A modern looking "plastic" button.
npx shadcn@latest add https://21st.dev/r/axelwesselgren/plastic-button
Loading preview...
import { PlasticButton } from "@/components/ui/plastic-button"; export function Demo() { return <PlasticButton text="Click Me" />; };