Introduction
Re-usable components built using Radix UI and Tailwind CSS.
This is not a component library in the traditional sense. It's a collection of components built from our team's experience, and we are distributing them using the 'shadcn mode'. It was built for our team, but you can use it too.
What do you mean by not a component library?
I mean you own the code. You can decide how the components are built and styled. You can copy and paste the code into your project and customize it to your needs.
FAQ
How is this different from other component libraries?
Just the taste. It's one more design system for the web.
How do I pull upstream updates?
The @aura-design/cli init command is a wrapper around the original shadcn/ui CLI. It includes some fixtures to adapt the components to the Aura Design System configuration.
When you run init, it will ask you if you want to overwrite the existing components. You can say yes to get the latest updates.
You can also manually copy and paste the code from the GitHub repository.
What is the @aura-design/cli init command?
The init command from @aura-design/cli is a wrapper around the original shadcn/ui CLI. It has been adapted with specific fixtures to seamlessly integrate with the Aura Design System's configuration. This ensures that when you initialize components, they are already set up to work within the Aura ecosystem, saving you time and effort in manual configuration.