Components
Loading preview...
Center aligned FAQ with numbers and expanded text.
@shadcnblockscom
npx shadcn@latest add https://21st.dev/r/shadcnblockscom/faq-5import { Faq5 } from "@/components/ui/faq-5";
const DemoOne = () => {
return (
<Faq5 />
);
};
export { DemoOne };