Button
Reusable button component with multiple variants and sizes.
Loading...
Installation
npx shadcn@latest add @scrollxui/button Usage
import { Button } from '@/components/ui/button';<Button>Default</Button>
<Button variant="link">Link</Button>
<Button variant="success">Success</Button><Button variant='gradient' size='lg'>
Get Started
</Button>API Reference
Button
Button is the main component used to render a customizable button.