s-m-r-t
Open the s-m-r-t source on GitHub Switch to dark color scheme
← All UI components

Actions and display

AccordionItem

No summary has been written for AccordionItem. Everything below is generated from the declaration shipped in 0.44.0 and describes the real contract.

Public export

typescript
import { AccordionItem } from '@happyvertical/smrt-ui/ui';
Import path
@happyvertical/smrt-ui/ui
Props
4
Props described
4 of 4
Bindable state
0
Callback events
0
Verified release
0.44.0

Props

NameTypeRequiredDescription
valuestringYesUnique identifier for this accordion item.
titlestringYesHeader text displayed in the item button.
disabledbooleanNoBlocks opening and closing this item.
childrenSnippetNoThe content shown when the item is open.

Bindable state

This component has no bindable public state.

Callback events

This component declares no callback event props.

Examples and explanation