Displays a button or a component that looks like a button.
pnpm dlx shadcn@latest add "https://manfromexistence-ui.vercel.app/r/buttons"
import { Button } from "@/components/ui/buttons"
<Button variant="button-shine">Shine Button</Button>
On This Page