Button
Reusable button component with multiple variants and sizes.
Installation
npx shadcn@latest add https://scrollxui.dev/registry/button.json 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.