Components
Loading preview...
A tiny dependency-free badge used to verify that publishing to the 21st.dev registry works end to end.
npx shadcn@latest add https://21st.dev/r/mkhalif-xyz/registry-test-badgeimport RegistryTestBadge from "@/components/ui/registry-test-badge"
export default function Demo() {
return <RegistryTestBadge />
}