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