item

@Composable
abstract fun item(content: @Composable IDiv.() -> Unit)

Adds an accordion item.

Parameters

content

the content of the item


@Composable
abstract fun item(label: String, content: @Composable IDiv.() -> Unit)

Adds an accordion item.

Parameters

label

the label of the item

content

the content of the item


@Composable
abstract fun item(label: String?, icon: String?, content: @Composable IDiv.() -> Unit)

Adds an accordion item.

Parameters

label

the label of the item

icon

the icon of the item

content

the content of the item