Gradient FAQ
An animated, crawlable accordion proven across SessionWatcher and Moorline.
Yes. You own the source, so every detail can be adapted to your product.
Yes. Components are distributed as source through a standard shadcn registry.
Keyboard behavior, reduced motion, and semantic markup are treated as part of the component.
Install
Add the source directly to your shadcn project.
pnpm dlx shadcn@latest add https://ui.starck.studio/r/gradient-faq.jsonUsage
<GradientFaq
defaultOpen={0}
items={[
{ title: "Can I customize the components?", content: "Yes. You own the source, so every detail can be adapted to your product." },
{ title: "Do they work with shadcn?", content: "Yes. Components are distributed as source through a standard shadcn registry." },
{ title: "Are they accessible?", content: "Keyboard behavior, reduced motion, and semantic markup are treated as part of the component." },
]}
/>