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