Button
A customizable button component with different variants and sizes.
Usage
import { Button } from "@/components/ui/button"Examples
Props
variant: "default" | "secondary" | "destructive"size: "default" | "sm" | "lg"asChild: boolean
Customization
You can customize the Button component by modifying the base styles in your project's global CSS or by extending the component in your own code.