Components
This component provides an interactive and visually engaging way to present key features in an organized layout. The left section highlights important items with clear icons, images, and counts, while an accordion ensures that detailed information can be expanded or collapsed as needed.
npx shadcn@latest add https://21st.dev/r/ruixen.ui/feature-accordion-sectionLoading preview...
import FeatureAccordionSection from "@/components/ui/feature-accordion-section";
export default function DemoOne() {
return <FeatureAccordionSection />;
}