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