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