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