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
chore: update README and documentation to reflect current status of 68 installable components
This commit updates the README, versioning strategy, and various documentation files to accurately represent the current status of ShellUI, which now includes 68 installable components. Changes include adjustments to component counts, installation instructions, and examples throughout the documentation to ensure clarity for users. The version has been bumped to v0.3.0-alpha.3 to reflect these updates.
Counts below are top-level components you can `shellui add` directly. Sub-components (e.g. `SidebarTrigger`, `DialogContent`, `TableRow`), variants (`ButtonVariants`, `AlertVariants`, …), models, and services auto-install as dependencies and are not counted.
When you run `shellui add button`, that counts as **1 component**. Dependencies (button-variants, etc.) are auto-installed and **not** counted. Counts derived from `ComponentRegistry` where `IsAvailable = true`.
Copy file name to clipboardExpand all lines: docs/CLI_SYNTAX.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -179,7 +179,7 @@ Examples:
179
179
dotnet shellui list --json
180
180
```
181
181
182
-
**Output:** A table with columns: Component, Status (installed/available), Version, Category, Description. Run `dotnet shellui list` to see all ~100 available components.
182
+
**Output:** A table with columns: Component, Status (installed/available), Version, Category, Description. Run `dotnet shellui list` to see all 68 installable components.
Counts are top-level components users invoke directly via `shellui add <name>`. Anything that auto-installs as a dependency (e.g. `SidebarTrigger`, `DialogContent`, `ButtonVariants`, `SonnerService`) is not counted here.
Counts are top-level components users invoke directly via `shellui add <name>`. Anything that auto-installs as a dependency (e.g. `SidebarTrigger`, `DialogContent`, `ButtonVariants`, `SonnerService`) is not counted.
Copy file name to clipboardExpand all lines: docs/QUICKSTART.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# ShellUI Quick Start Guide
2
2
3
-
**Note:** ShellUI is in alpha with 100 components. Test and provide feedback!
3
+
**Note:** ShellUI is in alpha with 68 installable components. Test and provide feedback!
4
4
5
5
## What is ShellUI?
6
6
@@ -164,7 +164,7 @@ Then use it:
164
164
dotnet shellui list
165
165
```
166
166
167
-
Output: A table showing component name, status (installed/available), version, category, and description. Run `dotnet shellui list` to see all ~100 components.
167
+
Output: A table showing component name, status (installed/available), version, category, and description. Run `dotnet shellui list` to see all 68 installable components.
**~100 components total** (run `dotnet shellui list` for full list; dependencies auto-installed)
113
+
**68 installable components total** (run `dotnet shellui list` for full list; sub-components, variants, models, and services auto-install as dependencies)
0 commit comments