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