item

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

Adds a carousel item.

Parameters

content

the content of the item


@Composable
open override fun item(caption: String, content: @Composable IDiv.() -> Unit)

Adds a carousel item.

Parameters

caption

the caption of the item

content

the content of the item


@Composable
open override fun item(caption: String?, description: String?, content: @Composable IDiv.() -> Unit)

Adds a carousel item.

Parameters

caption

the caption of the item

description

the description of the item

content

the content of the item