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