Installation
Run below command to configure your app with Elixir UI.
npx @elixir-labs/ui@latest init
This command will install the dependencies. Elixir UI uses tailwindcss, clsx and framer-motion. This will also create necessary files and folders in your project.
Add Component to your project.
npx @elixir-labs/ui add <component-name>
Replace <component-name> with the component you want to add.
Example
npx @elixir-labs/ui add toast