Wrapper

This component extends the native <div> API, for example, the title attribute.

API

This component extends the native <div> API. That's why the className prop is not included in the table.

Props
Data Type
Required

children

ReactNode

βœ…

selectedVisibility

'single' | 'multiple'

❌

variant

'ruled' | 'contained'

❌

collapsedIndicatorIcon

❌

expandedIndicatorIcon

❌

children

The subcomponents provided.

selectedVisibility

If multiple accordions can be open or not.

variant

Just to change the presentation of the accordions.

collapsedIndicatorIcon

Can be a custom icon when collapsed.

expandedIndicatorIcon

Can be a custom icon when expanded.

Last updated