Getting Started
Stack
Components
- Accordion
- Alert
- Alert Dialog
- Aspect Ratio
- Autocomplete
- Avatar
- Badge
- Breadcrumb
- Button
- Button Group
- Calendar
- Card
- Carousel
- Checkbox
- Collapsible
- Combobox
- Command
- Context Menu
- Data Table
- Date Picker
- Dialog
- Dropdown Menu
- Empty
- Field
- Form Field
- Hover Card
- Icon
- Input Group
- Input OTP
- Input
- Item
- Kbd
- Label
- Menubar
- Navigation Menu
- Pagination
- Popover
- Progress
- Radio Group
- Resizable
- Scroll Area
- Select
- Separator
- Sheet
- Sidebar
- Skeleton
- Slider
- Sonner (Toast)
- Spinner
- Switch
- Table
- Tabs
- Textarea
- Toggle
- Toggle Group
- Tooltip
Update Guide
Keep your components up to date.
Spartan consists of two main parts: Helm and Brain. Brain is published to NPM, while Helm projects reside within your repository.
To update Brain, you can simply use your preferred package manager. However, we recommend using our Healthcheck tool to ensure that any automated migrations are applied.
 Updating Helm can also be automated using our migrate-helm-libraries schematic. If you have made manual changes to your components, you may need to update them manually. The schematic can replace your components with the latest version, but note that any customizations will be lost. 
nx g @spartan-ng/cli:migrate-helm-libraries
ng g @spartan-ng/cli:migrate-helm-libraries