Components
Loading preview...
This component showcases a modern CRM/dashboard statistics section with a clean, responsive layout. It highlights key business metrics alongside a smooth blue-gradient area chart for visual impact.
npx shadcn@latest add https://21st.dev/r/ruixen.ui/featured-section-statsimport FeaturedSectionStats from "@/components/ui/featured-section-stats";
export default function DemoOne() {
return <FeaturedSectionStats />;
}