Components
Button, Input, Accordion, Dialog, and Drawer ship as complete three-platform items. We do not list stubs that cannot be installed.
- StableStable. Available on React, SwiftUI, Compose.
Button
A pressable control that performs an action. Native on every platform; shared intent, tokens, and naming.
- StableStable. Available on React, SwiftUI, Compose.
Input
A text field for short values. Native on every platform; shared intent, tokens, and naming.
- StableStable. Available on React, SwiftUI, Compose.
Accordion
A stacked set of headings that each reveal a section. Native disclosure on every platform; shared intent, tokens, and naming.
- StableStable. Available on React, SwiftUI, Compose.
Dialog
A modal confirmation surface. Native presentation on every platform; shared intent, tokens, and naming.
- StableStable. Available on React, SwiftUI, Compose.
Drawer
An edge-attached panel for longer content. Native presentation on every platform; shared intent, tokens, and naming.