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