Accordion
A vertically stacked set of panels that expand and collapse one at a time.
Basic
Plane is an open-source project management tool for tracking issues, sprints, and product roadmaps.
Show codeHide code
With icon
Each trigger can carry an icon beside its label, matching the header icon in the design.
Plane is an open-source project management tool for tracking issues, sprints, and product roadmaps.
Show codeHide code
Multiple
With multiple, several panels can stay open at the same time instead of collapsing one another.
Plane is an open-source project management tool for tracking issues, sprints, and product roadmaps.
Plane is free to self-host. Managed plans add hosting, backups, and support.
Show codeHide code
Disabled
A single item can opt out with disabled; its trigger dims and ignores pointer and keyboard toggling while siblings stay interactive.
Plane is an open-source project management tool for tracking issues, sprints, and product roadmaps.
Show codeHide code
Controlled
Pass value + onValueChange to own the open set. External controls mutate that state directly, and trigger clicks flow back through onValueChange.
Plane is an open-source project management tool for tracking issues, sprints, and product roadmaps.
Show codeHide code
Installation
import {
Accordion,
AccordionItem,
AccordionHeader,
AccordionTrigger,
AccordionPanel,
} from "@makeplane/propel/components/accordion";