Button
Displays a button or a component that looks like a button.
Preview
Installation
Install the package using your preferred package manager:
npx shadcn@latest add @airy/buttonUsage
Import the component from the package:
import { Button } from "@/registry/ui/button"Then use it in your application:
<Button />