A vertically stacked set of interactive headings that each reveal a section of content.
Loading preview...
import Component from "@/components/ui/blogs"; export default function DemoOne() { return <Component />; }