You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/LogMkWeb/README.md
+40-10Lines changed: 40 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,6 +39,20 @@ A modern Angular 20 web application for real-time log monitoring and analysis. B
39
39
40
40
## 📦 Dependencies
41
41
42
+
### Shared Component Library (rd-ui)
43
+
This project uses **rd-ui**, a shared Angular component library included as a git submodule at `src/rd-ui/`. The library provides reusable UI components with consistent theming.
44
+
45
+
**Included Components:**
46
+
-`rd-dropdown`: Multi-select dropdown with search, tri-state support
47
+
-`rd-modal`: Service-based modal system with layout slots
48
+
-`rd-toast`: Animated toast notifications
49
+
-`rd-tabs`: Signal-based tab navigation
50
+
-`rd-checkbox`: Custom styled checkbox
51
+
-`rd-input-switch`: Toggle switch component
52
+
-`rd-skeleton`: Loading skeleton placeholders
53
+
-`rd-spinner`: Loading spinner overlay
54
+
-`rd-progress-bar`: Progress indicator
55
+
42
56
### Core Dependencies
43
57
-`@angular/core`: Angular framework
44
58
-`@angular/common`: Common Angular modules
@@ -52,17 +66,22 @@ A modern Angular 20 web application for real-time log monitoring and analysis. B
52
66
### Development Dependencies
53
67
-`@angular/cli`: Build system and development tools
54
68
-`@angular-eslint/builder`: Linting and code quality
0 commit comments