Collapsible
An interactive component which expands/collapses a panel with a smooth motion.
ScrollX UI | Build faster
70+ cool components
Installation
npx shadcn@latest add https://scrollxui.dev/registry/collapsible.json Usage
import {
Collapsible,
CollapsibleContent,
CollapsibleTrigger,
} from "@/components/ui/collapsible"<Collapsible>
<CollapsibleTrigger>What is ScrollX UI?</CollapsibleTrigger>
<CollapsibleContent>
ScrollX UI is a collection of modern, animated, and customizable UI
components built for React and Next.js.
</CollapsibleContent>
</Collapsible>API Reference
Collapsible
An interactive component which expands/collapses a panel with a smooth motion.