Features Accordion
🧩 Features Accordion¶
A component to display 2 to 5 features in an accordion. By default, the first feature is selected. When a feature is clicked, the others are closed.
🖱️ The text is clickable and displays the feature description when clicked. 🎥 The media could be a video, an image, or nothing. Videos are set to autoplay for the best UX.
🔧 A Features Accordion component for SaaSFast boilerplate¶
📄 File: page.js
import FeaturesAccordion from "@/components/FeaturesAccordion";
💡 Tips¶
- Keep the title short and simple (less than 5 words).