Button
A versatile button component with various variants and colors for diverse UI needs.
Loading...
Installation
note: you still need to update globals.css and tailwind config for this.
npx shadcn@latest add /registry/button.json
Manual Installation
1. Copy and paste the following code into your project.
2. Update globals.css
and add this variables. Adjust the color as you like.
3. Update tailwind config
Shadcn
This button component is built on top of the excellent foundation provided by Shadcn/UI.
For a deeper dive into the core concepts and building blocks, check out the original Shadcn button component.