Components
Loading preview...
Statistics Section with Text
@tommyjepsen
npx shadcn@latest add https://21st.dev/r/tommyjepsen/stats-section-with-textimport { Stats } from "@/components/ui/stats-section-with-text"
function StatsDemo() {
return (
<div className="w-full">
<Stats />
</div>
);
}
export { StatsDemo };