Button
Reusable button component with multiple variants and sizes.
Installation
npx scrollx-ui@latest add 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.