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