Try Install Learn Blog API Packages GitHub
Pages
mint-ui

Search
Basic information
Entities
Versions
Dependencies
mint-color 0.9.0 <= v < 1.0.0

Ui.Modal.Content

The content part of a modal, with a title, content and actions.

Properties

actions
:
Html
=
<></>

The content to display in the footer of the modal.

content
:
Html
=
<></>

The content to display in the body of the modal.

icon
:
Html
=
<></>

The icon to display in the header.

maxWidth
:
Ui.Size
=
Ui.Size::Em(30)

The maximum width of the modal.

minWidth
:
Ui.Size
=
Ui.Size::Em(17.5)

The minimum width of the modal.

size
:
Ui.Size
=
Ui.Size::Inherit

The size of the modal.

title
:
Html
=
<></>

The content to display in the title of the modal.

Functions

render
:
Html

Renders the component.