Here is Figma file button component
npx shadcn@latest add https://21st.dev/r/shadcnspace/figma-file-button
Loading preview...
import ButtonFigmaDemo from "@/components/ui/figma-file-button"; export default function DemoOne() { return <ButtonFigmaDemo />; }