Components
Loading preview...
A hold to publish button
@rafa-porto
npx shadcn@latest add https://21st.dev/r/rafa-porto/publish-buttonimport { PublishButton } from "@/components/ui/publish-button";
export default function DemoOne() {
return <PublishButton />;
}