Package-level declarations

Types

Link copied to clipboard
sealed interface HintStatus

HintStatus represents the status of a Hint.

Link copied to clipboard
sealed interface HintStatusWithIcon : HintStatus

Marker interface for Hints with an icon.

Functions

Link copied to clipboard
fun Hint(hintStatus: HintStatus, modifier: Modifier = Modifier)

Forms are used to accept the user's input. They can be displayed in many different ways: input- or select-fields, text area, check boxes or radio buttons.