AlertClasses

sealed external interface AlertClasses(source)

Properties

Link copied to clipboard
abstract val action: ClassName

Styles applied to the action wrapper element if action is provided.

Link copied to clipboard
abstract val colorError: ClassName

Styles applied to the root element if color="error".

Link copied to clipboard
abstract val colorInfo: ClassName

Styles applied to the root element if color="info".

Link copied to clipboard
abstract val colorSuccess: ClassName

Styles applied to the root element if color="success".

Link copied to clipboard
abstract val colorWarning: ClassName

Styles applied to the root element if color="warning".

Link copied to clipboard
abstract val filled: ClassName

Styles applied to the root element if variant="filled".

Link copied to clipboard
abstract val filledError: ClassName

Styles applied to the root element if variant="filled" and color="error".

Link copied to clipboard
abstract val filledInfo: ClassName

Styles applied to the root element if variant="filled" and color="info".

Link copied to clipboard
abstract val filledSuccess: ClassName

Styles applied to the root element if variant="filled" and color="success".

Link copied to clipboard
abstract val filledWarning: ClassName

Styles applied to the root element if variant="filled" and color="warning"

Link copied to clipboard
abstract val icon: ClassName

Styles applied to the icon wrapper element.

Link copied to clipboard
abstract val message: ClassName

Styles applied to the message wrapper element.

Link copied to clipboard
abstract val outlined: ClassName

Styles applied to the root element if variant="outlined".

Link copied to clipboard
abstract val outlinedError: ClassName

Styles applied to the root element if variant="outlined" and color="error".

Link copied to clipboard
abstract val outlinedInfo: ClassName

Styles applied to the root element if variant="outlined" and color="info".

Link copied to clipboard

Styles applied to the root element if variant="outlined" and color="success".

Link copied to clipboard

Styles applied to the root element if variant="outlined" and color="warning".

Link copied to clipboard
abstract val root: ClassName

Styles applied to the root element.

Link copied to clipboard
abstract val standard: ClassName

Styles applied to the root element if variant="standard".

Link copied to clipboard
abstract val standardError: ClassName

Styles applied to the root element if variant="standard" and color="error".

Link copied to clipboard
abstract val standardInfo: ClassName

Styles applied to the root element if variant="standard" and color="info".

Link copied to clipboard

Styles applied to the root element if variant="standard" and color="success".

Link copied to clipboard

Styles applied to the root element if variant="standard" and color="warning".