Package-level declarations

Types

Link copied to clipboard
annotation class ExposedMdListApi
Link copied to clipboard
annotation class MaterialWebLabsApi
Link copied to clipboard
class MdButtonScope(val elementScope: ElementScope<HTMLElement>)
Link copied to clipboard
Link copied to clipboard
class MdFabScope(val elementScope: ElementScope<HTMLElement>)
Link copied to clipboard
class MdIconButtonScope(val elementScope: ElementScope<HTMLElement>)
Link copied to clipboard
class MdListItemScope(val elementScope: ElementScope<HTMLElement>)
Link copied to clipboard
Link copied to clipboard
class MdListScope(val elementScope: ElementScope<HTMLElement>)
Link copied to clipboard
class MdMenuArgs(val anchor: String? = null, val positioning: String? = null, val quick: Boolean? = null, val hasOverflow: Boolean? = null, val open: Boolean? = null, val xOffset: Int? = null, val yOffset: Int? = null, val typeheadDelay: Number? = null, val anchorCorner: String? = null, val menuCorner: String? = null, val stayOpenOnOutsideClick: Boolean? = null, val stayOpenOnFocusout: Boolean? = null, val skipRestoreFocus: Boolean? = null, val defaultFocus: Boolean? = null, val attrs: Attrs<HTMLElement>? = null, val content: @Composable ElementScope<HTMLElement>.() -> Unit)
Link copied to clipboard
abstract external class MdMenuElement : HTMLElement
Link copied to clipboard
class MdMenuItemArgs(val disabled: Boolean? = null, val type: String? = null, val href: String? = null, val target: String? = null, val keepOpen: Boolean? = null, val selected: Boolean? = null, val attrs: Attrs<HTMLElement>? = null, val content: @Composable MdMenuItemScope.() -> Unit)
Link copied to clipboard
class MdMenuItemScope(val elementScope: ElementScope<HTMLElement>)
Link copied to clipboard
class MdNavigationTabScope(val elementScope: ElementScope<HTMLElement>)
Link copied to clipboard
class MdSubMenuScope(val elementScope: ElementScope<HTMLElement>)
Link copied to clipboard
class MdTextFieldScope(val elementScope: ElementScope<HTMLElement>)
Link copied to clipboard
object TextareaInputType : InputType.InputTypeWithStringValue

Functions

Link copied to clipboard
@Composable
fun LabelWithMdSwitch(label: String, disabled: Boolean? = null, selected: Boolean? = null, icons: Boolean? = null, showOnlySelectedIcon: Boolean? = null, required: Boolean? = null, value: String? = null, name: String? = null, form: String? = null, attrs: Attrs<HTMLElement>? = null)
Link copied to clipboard
@Composable
fun MdBrandedFab(variant: String? = null, size: String? = null, label: String? = null, lowered: Boolean? = null, attrs: Attrs<HTMLElement>? = null, content: @Composable MdFabScope.() -> Unit?)
Link copied to clipboard
@Composable
fun MdCheckbox(state: MdCheckboxState, disabled: Boolean? = null, required: Boolean? = null, value: String? = null, name: String? = null, form: String? = null, attrs: Attrs<HTMLElement>? = null)
@Composable
fun MdCheckbox(checked: Boolean? = null, disabled: Boolean? = null, indeterminate: Boolean? = null, required: Boolean? = null, value: String? = null, name: String? = null, form: String? = null, attrs: Attrs<HTMLElement>? = null)
Link copied to clipboard
@Composable
fun MdCircularProgress(value: Number? = null, max: Number? = null, indeterminate: Boolean? = null, fourColor: Boolean? = null, attrs: Attrs<HTMLElement>? = null, content: @Composable ElementScope<HTMLElement>.() -> Unit? = null)
Link copied to clipboard
@Composable
fun MdElevatedButton(disabled: Boolean? = null, href: String? = null, target: String? = null, trailingIcon: Boolean? = null, hasIcon: Boolean? = null, type: String? = null, value: String? = null, name: String? = null, form: String? = null, attrs: Attrs<HTMLElement>?, content: @Composable MdButtonScope.() -> Unit?)
Link copied to clipboard
@Composable
fun MdElevatedCard(attrs: Attrs<HTMLElement>? = null, content: @Composable ElementScope<HTMLElement>.() -> Unit?)
Link copied to clipboard
@Composable
fun MdFab(variant: String? = null, size: String? = null, label: String? = null, lowered: Boolean? = null, attrs: Attrs<HTMLElement>? = null, content: @Composable MdFabScope.() -> Unit?)
Link copied to clipboard
@Composable
fun MdFilledButton(disabled: Boolean? = null, href: String? = null, target: String? = null, trailingIcon: Boolean? = null, hasIcon: Boolean? = null, type: String? = null, value: String? = null, name: String? = null, form: String? = null, attrs: Attrs<HTMLElement>?, content: @Composable MdButtonScope.() -> Unit?)
Link copied to clipboard
@Composable
fun MdFilledCard(attrs: Attrs<HTMLElement>? = null, content: @Composable ElementScope<HTMLElement>.() -> Unit?)
Link copied to clipboard
@Composable
fun MdFilledIconButton(disabled: Boolean? = null, flipIconInRtl: Boolean? = null, href: String? = null, target: String? = null, ariaLabelSelected: String? = null, toggle: Boolean? = null, selected: Boolean? = null, type: String? = null, value: String? = null, attrs: Attrs<HTMLElement>? = null, content: @Composable MdIconButtonScope.() -> Unit)
Link copied to clipboard
@Composable
fun MdFilledTextField(disabled: Boolean? = null, error: Boolean? = null, errorText: String? = null, label: String? = null, required: Boolean? = null, value: String? = null, prefixText: String? = null, suffixText: String? = null, hasLeadingIcon: Boolean? = null, hasTrailingIcon: Boolean? = null, supportingText: String? = null, textDirection: String? = null, rows: Int? = null, cols: Int? = null, inputMode: InputMode? = null, max: String? = null, maxLength: Int? = null, min: String? = null, minLength: Int? = null, pattern: String? = null, placeholder: String? = null, readOnly: Boolean? = null, multiple: Boolean? = null, step: String? = null, type: InputType<*>? = null, autocomplete: AutoComplete? = null, attrs: Attrs<HTMLElement>? = null, content: @Composable MdTextFieldScope.() -> Unit? = null)
Link copied to clipboard
@Composable
fun MdFilledTonalButton(disabled: Boolean? = null, href: String? = null, target: String? = null, trailingIcon: Boolean? = null, hasIcon: Boolean? = null, type: String? = null, value: String? = null, name: String? = null, form: String? = null, attrs: Attrs<HTMLElement>?, content: @Composable MdButtonScope.() -> Unit?)
Link copied to clipboard
@Composable
fun MdFilledTonalIconButton(disabled: Boolean? = null, flipIconInRtl: Boolean? = null, href: String? = null, target: String? = null, ariaLabelSelected: String? = null, toggle: Boolean? = null, selected: Boolean? = null, type: String? = null, value: String? = null, attrs: Attrs<HTMLElement>? = null, content: @Composable MdIconButtonScope.() -> Unit)
Link copied to clipboard
@Composable
fun MdIcon(filled: Boolean? = null, attrs: Attrs<HTMLElement>?, content: @Composable () -> Unit)
@Composable
fun MdIcon(filled: Boolean? = null, attrs: Attrs<HTMLElement>?, materialIconName: String)
Link copied to clipboard
@Composable
fun MdIconButton(disabled: Boolean? = null, flipIconInRtl: Boolean? = null, href: String? = null, target: String? = null, ariaLabelSelected: String? = null, toggle: Boolean? = null, selected: Boolean? = null, type: String? = null, value: String? = null, attrs: Attrs<HTMLElement>? = null, content: @Composable MdIconButtonScope.() -> Unit)
Link copied to clipboard
@Composable
fun MdLinearProgress(buffer: Number? = null, value: Number? = null, max: Number? = null, indeterminate: Boolean? = null, fourColor: Boolean? = null, attrs: Attrs<HTMLElement>? = null, content: @Composable ElementScope<HTMLElement>.() -> Unit? = null)
Link copied to clipboard
@Composable
fun MdList(attrs: Attrs<HTMLElement>? = null, content: @Composable MdListScope.() -> Unit)
Link copied to clipboard
@Composable
fun MdListItem(disabled: Boolean? = null, type: MdListItemType? = null, href: String? = null, target: String? = null, attrs: Attrs<HTMLElement>? = null, content: @Composable MdListItemScope.() -> Unit)
Link copied to clipboard
@Composable
fun MdMenu(anchor: String? = null, positioning: String? = null, quick: Boolean? = null, hasOverflow: Boolean? = null, open: Boolean? = null, xOffset: Number? = null, yOffset: Number? = null, typeheadDelay: Number? = null, anchorCorner: String? = null, menuCorner: String? = null, stayOpenOnOutsideClick: Boolean? = null, stayOpenOnFocusout: Boolean? = null, skipRestoreFocus: Boolean? = null, defaultFocus: Boolean? = null, attrs: Attrs<MdMenuElement>? = null, content: @Composable ElementScope<MdMenuElement>.() -> Unit)
Link copied to clipboard
@Composable
fun MdMenuItem(disabled: Boolean? = null, type: String? = null, href: String? = null, target: String? = null, keepOpen: Boolean? = null, selected: Boolean? = null, attrs: Attrs<HTMLElement>? = null, content: @Composable MdMenuItemScope.() -> Unit)
Link copied to clipboard
@Composable
fun MdNavigationBar(activeIndex: Int? = null, hideInactiveLabels: Boolean? = null, attrs: Attrs<HTMLElement>? = null, content: @Composable ElementScope<HTMLElement>.() -> Unit?)
Link copied to clipboard
@Composable
fun MdNavigationTab(disabled: Boolean? = null, active: Boolean? = null, hideInactiveLabel: Boolean? = null, label: String? = null, badgeValue: String? = null, showBadge: Boolean? = null, attrs: Attrs<HTMLElement>? = null, content: @Composable MdNavigationTabScope.() -> Unit?)
Link copied to clipboard
@Composable
fun MdOutlinedButton(disabled: Boolean? = null, href: String? = null, target: String? = null, trailingIcon: Boolean? = null, hasIcon: Boolean? = null, type: String? = null, value: String? = null, name: String? = null, form: String? = null, attrs: Attrs<HTMLElement>?, content: @Composable MdButtonScope.() -> Unit?)
Link copied to clipboard
@Composable
fun MdOutlinedCard(attrs: Attrs<HTMLElement>? = null, content: @Composable ElementScope<HTMLElement>.() -> Unit?)
Link copied to clipboard
@Composable
fun MdOutlinedIconButton(disabled: Boolean? = null, flipIconInRtl: Boolean? = null, href: String? = null, target: String? = null, ariaLabelSelected: String? = null, toggle: Boolean? = null, selected: Boolean? = null, type: String? = null, value: String? = null, attrs: Attrs<HTMLElement>? = null, content: @Composable MdIconButtonScope.() -> Unit)
Link copied to clipboard
@Composable
fun MdOutlinedTextField(disabled: Boolean? = null, error: Boolean? = null, errorText: String? = null, label: String? = null, required: Boolean? = null, value: String? = null, prefixText: String? = null, suffixText: String? = null, hasLeadingIcon: Boolean? = null, hasTrailingIcon: Boolean? = null, supportingText: String? = null, textDirection: String? = null, rows: Int? = null, cols: Int? = null, inputMode: InputMode? = null, max: String? = null, maxLength: Int? = null, min: String? = null, minLength: Int? = null, pattern: String? = null, placeholder: String? = null, readOnly: Boolean? = null, multiple: Boolean? = null, step: String? = null, type: InputType<*>? = null, autocomplete: AutoComplete? = null, attrs: Attrs<HTMLElement>? = null, content: @Composable MdTextFieldScope.() -> Unit? = null)
Link copied to clipboard
@Composable
fun MdSubMenu(anchorCorner: String? = null, menuCorner: String? = null, hoverOpenDelay: Number? = null, hoverCloseDelay: Number? = null, attrs: Attrs<HTMLElement>? = null, content: @Composable MdSubMenuScope.() -> Unit)
@Composable
fun MdSubMenu(anchorCorner: String? = null, menuCorner: String? = null, hoverOpenDelay: Number? = null, hoverCloseDelay: Number? = null, attrs: Attrs<HTMLElement>? = null, mdMenuItemArgs: MdMenuItemArgs, mdMenuArgs: MdMenuArgs)
Link copied to clipboard
@Composable
fun MdSwitch(disabled: Boolean? = null, selected: Boolean? = null, icons: Boolean? = null, showOnlySelectedIcon: Boolean? = null, required: Boolean? = null, value: String? = null, name: String? = null, form: String? = null, attrs: Attrs<HTMLElement>? = null)
Link copied to clipboard
@Composable
fun MdTextButton(disabled: Boolean? = null, href: String? = null, target: String? = null, trailingIcon: Boolean? = null, hasIcon: Boolean? = null, type: String? = null, value: String? = null, name: String? = null, form: String? = null, attrs: Attrs<HTMLElement>?, content: @Composable MdButtonScope.() -> Unit?)
Link copied to clipboard
fun <T : SyntheticEvent<out EventTarget>> AttrsScope<MdMenuElement>.onClosed(listener: (SyntheticEvent<EventTarget>) -> Unit)
Link copied to clipboard
fun <T : SyntheticEvent<out EventTarget>> AttrsScope<MdMenuElement>.onClosing(listener: (T) -> Unit)
Link copied to clipboard
fun <T : SyntheticEvent<out EventTarget>> AttrsScope<MdMenuElement>.onOpened(listener: (T) -> Unit)
Link copied to clipboard
fun <T : SyntheticEvent<out EventTarget>> AttrsScope<MdMenuElement>.onOpening(listener: (T) -> Unit)
Link copied to clipboard
external fun require(module: String): dynamic