Components
Loading preview...
A vertically stacked set of interactive headings that each reveal a section of content.
npx shadcn@latest add https://21st.dev/r/cnippet.dev/blogsimport Component from "@/components/ui/blogs";
export default function DemoOne() {
return <Component />;
}