BetaPublic beta — Read the release notes
Documentation

Toolbar

Grouped actions and controls in a horizontal bar.

Package
@solidiom/toolbar
Version
0.0.1-next.0
Status
stable

Generated from the package's public source.

API

Buttoncomponent

                        Button(props: ToolbarButtonProps): Element
                      

Props

class?
string
disabled?
boolean
onClick?
() => void

children: Element

View source

Rootcomponent

                        Root(props: ToolbarRootProps): Element
                      

Props

class?
string
orientation?
"horizontal" | "vertical"
style?
string | CSSProperties

children: Element

View source

Separatorcomponent

                        Separator(props: ToolbarSeparatorProps): Element
                      

Props

class?
string

View source

ToggleGroupcomponent

                        ToggleGroup(props: ToolbarToggleGroupProps): Element
                      

Props

class?
string
type?
"single" | "multiple"

children: Element

View source

ToggleItemcomponent

                        ToggleItem(props: ToolbarToggleItemProps): Element
                      

Props

class?
string
disabled?
boolean
onPressedChange?
(pressed: boolean) => void
pressed?
boolean

children: Element

View source

ToolbarButtonPropsinterface

Props

class?
string
disabled?
boolean
onClick?
() => void

children: Element

View source

ToolbarRootPropsinterface

Props

class?
string
orientation?
"horizontal" | "vertical"
style?
string | CSSProperties

children: Element

View source

ToolbarSeparatorPropsinterface

Props

class?
string

View source

ToolbarToggleGroupPropsinterface

Props

class?
string
type?
"single" | "multiple"

children: Element

View source

ToolbarToggleItemPropsinterface

Props

class?
string
disabled?
boolean
onPressedChange?
(pressed: boolean) => void
pressed?
boolean

children: Element

View source