Command: aura components
The aura components is a collection of pre-built, accessible React components based on shadcn's architecture. These components are designed to be flexible, maintainable, and easy to customize.
Adding Components with Aura CLI
There are two ways to add components:
Interactive Selection
bash
This command opens an interactive menu where you can:
- Browse all available components
- Use arrow keys to navigate
- Press space to select components
- Press enter to install selected components
Direct Installation
If you know the component name, you can add it directly:
bash
Tip: Use the interactive selection (aura components add) when you want to explore available components, and direct installation when you know the specific component you need.