Search for a command to run...
Displays a button or a component that looks like a button.
pnpm dlx shadcn@latest add "https://ui.ednesdayw.com/r/button.json"
import { Button } from "@/components/ui/button" const Page = () => { return ( <Button>Click me</Button> ); };
On This Page
Contribute