Accordion

import { Accordion } from "@o/pipeline/experimental/components/accordion";

A stacked set of expandable sections for showing and hiding content.

Usage

Every section can stay open at once, since Base UI’s multiple is hardcoded on. The value, defaultValue, and onValueChange props are all string[].

defaultValue

Rendered expanded without an animation flash on mount.

Controlled

Content A

open: a

Stacked

Sections stacked in a flex column, as used by the app navigation.