SubComponents

Content

Content API

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

Props
Type
Required

children

ReactNode

children

The content shown when open.

Actions

This component extends the native <div> API. That's why the className prop is not included in the table. Tipically, here, you pass Buttons, checkboxes, etc.

Actions API

Props
Type
Required

children

ReactNode

children

The content that is shown below.

Last updated