Toolbar
Grouped actions and controls in a horizontal bar.
Generated from the package's public source.
API
Buttoncomponent
Button(props: ToolbarButtonProps): Element
Props
class?stringdisabled?booleanonClick?() => void
children: Element
Rootcomponent
Root(props: ToolbarRootProps): Element
Props
class?stringorientation?"horizontal" | "vertical"style?string | CSSProperties
children: Element
Separatorcomponent
Separator(props: ToolbarSeparatorProps): Element
Props
class?string
ToggleGroupcomponent
ToggleGroup(props: ToolbarToggleGroupProps): Element
Props
class?stringtype?"single" | "multiple"
children: Element
ToggleItemcomponent
ToggleItem(props: ToolbarToggleItemProps): Element
Props
class?stringdisabled?booleanonPressedChange?(pressed: boolean) => voidpressed?boolean
children: Element
ToolbarButtonPropsinterface
Props
class?stringdisabled?booleanonClick?() => void
children: Element
ToolbarRootPropsinterface
Props
class?stringorientation?"horizontal" | "vertical"style?string | CSSProperties
children: Element
ToolbarSeparatorPropsinterface
Props
class?string
ToolbarToggleGroupPropsinterface
Props
class?stringtype?"single" | "multiple"
children: Element
ToolbarToggleItemPropsinterface
Props
class?stringdisabled?booleanonPressedChange?(pressed: boolean) => voidpressed?boolean
children: Element