Wrapper

This component extends the native <div>arrow-up-right API, for example, the title attribute.

API

This component extends the native <div>arrow-up-right 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

❌

chevron-rightchildrenhashtag

The subcomponents provided.

chevron-rightselectedVisibilityhashtag

If multiple accordions can be open or not.

chevron-rightvarianthashtag

Just to change the presentation of the accordions.

chevron-rightcollapsedIndicatorIconhashtag

Can be a custom icon when collapsed.

chevron-rightexpandedIndicatorIconhashtag

Can be a custom icon when expanded.

Last updated