ButtonOwnProps
external interface ButtonOwnProps : UseButtonParameters, PropsWithChildren, PropsWithClassName(source)
Inheritors
Properties
Link copied to clipboard
A ref for imperative actions. It currently only supports focusVisible()
action.
Link copied to clipboard
If true
, allows a disabled button to receive focus.
Link copied to clipboard
Link copied to clipboard
The HTML element that is ultimately rendered, for example 'button' or 'a'
Link copied to clipboard
The props used for each slot inside the Button.
Link copied to clipboard
The components used for each slot inside the Button. Either a string to use a HTML element or a component.
Link copied to clipboard
Type attribute applied when the component
is button
.
Functions
Link copied to clipboard
open inline operator fun <T> ContextType<T>.invoke(value: T, noinline block: ChildrenBuilder.() -> Unit)