list
โ
Displays a list of all available components.
bash
npx kuro-ui list
bash
npx github:Bartek-Nowak/Kuro list
๐ What does it display? โ
Lists items from one or more categories (Components, Composables, Utils).
Shows:
Name and type (component, composable, util)
Description
Dependencies (npm packages) if any
Requires (other components) if any
๐ฏ Usage details โ
By default, the CLI interactively prompts which categories to show.
To list all items without prompt, add the --all flag:
bash
npx kuro-ui list --all
๐งช Example output: โ
bash
๐ ๏ธ Available items:
๐น alert (component)
๐ Displays a prominent alert message with optional icon and title.
๐น useAsyncState (composable)
๐ Provides reactive async state management.
๐น button (component)
๐ Versatile button component with support for variants and sizes.
๐น stat (component)
๐ Presents numerical metrics or KPIs in a compact visual block.
๐น rating (component)
๐ Interactive star-based rating component supporting partial selection and read-only mode.
๐ฆ Dependencies: lucide-vue-next
๐ค Requires: icon-toggle
๐ง Notes This command does not modify any files โ it only lists available items.
Categories selectable in prompt:
Components (Vue components)
Composables (Vue composables/hooks)
Utils (utility functions)
Use --all to skip category selection prompt.