Components
Loading preview...
Feature Section with Bento Grid
@tommyjepsen
npx shadcn@latest add https://21st.dev/r/tommyjepsen/feature-section-with-bento-gridimport { Feature } from "@/components/ui/feature-section-with-bento-grid";
function FeatureDemo() {
return (
<div className="w-full">
<Feature />
</div>
);
}
export { FeatureDemo };