Toolbar
Grouped actions and controls in a horizontal bar.
Generado a partir del código fuente público del paquete.
API
Buttoncomponente
Button(props: ToolbarButtonProps): Element
Propiedades
class?stringdisabled?booleanonClick?() => void
hijos: Element
Rootcomponente
Root(props: ToolbarRootProps): Element
Propiedades
class?stringorientation?"horizontal" | "vertical"style?string | CSSProperties
hijos: Element
Separatorcomponente
Separator(props: ToolbarSeparatorProps): Element
Propiedades
class?string
ToggleGroupcomponente
ToggleGroup(props: ToolbarToggleGroupProps): Element
Propiedades
class?stringtype?"single" | "multiple"
hijos: Element
ToggleItemcomponente
ToggleItem(props: ToolbarToggleItemProps): Element
Propiedades
class?stringdisabled?booleanonPressedChange?(pressed: boolean) => voidpressed?boolean
hijos: Element
ToolbarButtonPropsinterfaz
Propiedades
class?stringdisabled?booleanonClick?() => void
hijos: Element
ToolbarRootPropsinterfaz
Propiedades
class?stringorientation?"horizontal" | "vertical"style?string | CSSProperties
hijos: Element
ToolbarSeparatorPropsinterfaz
Propiedades
class?string
ToolbarToggleGroupPropsinterfaz
Propiedades
class?stringtype?"single" | "multiple"
hijos: Element
ToolbarToggleItemPropsinterfaz
Propiedades
class?stringdisabled?booleanonPressedChange?(pressed: boolean) => voidpressed?boolean
hijos: Element