Components
Loading preview...
@tommyjepsen
npx shadcn@latest add https://21st.dev/r/tommyjepsen/featureimport { Feature } from "@/components/ui/feature"
function FeatureDemo() {
return (
<div className="block">
<Feature />
</div>
);
}
export { FeatureDemo };