Button
A clickable button component with various styles and states.
Example
Installation
npx pragatiui-cli add buttonCode Example
import { Button } from "@/components/ui/button"
<Button>Click me</Button>A clickable button component with various styles and states.
npx pragatiui-cli add buttonimport { Button } from "@/components/ui/button"
<Button>Click me</Button>