BetaBeta pública — Consulta las notas de lanzamiento
Documentación

Toolbar

Grouped actions and controls in a horizontal bar.

Paquete
@solidiom/toolbar
Versión
0.0.1-next.0
Estado
stable

Generado a partir del código fuente público del paquete.

API

Buttoncomponente

                        Button(props: ToolbarButtonProps): Element
                      

Propiedades

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

hijos: Element

Ver código fuente

Rootcomponente

                        Root(props: ToolbarRootProps): Element
                      

Propiedades

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

hijos: Element

Ver código fuente

Separatorcomponente

                        Separator(props: ToolbarSeparatorProps): Element
                      

Propiedades

class?
string

Ver código fuente

ToggleGroupcomponente

                        ToggleGroup(props: ToolbarToggleGroupProps): Element
                      

Propiedades

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

hijos: Element

Ver código fuente

ToggleItemcomponente

                        ToggleItem(props: ToolbarToggleItemProps): Element
                      

Propiedades

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

hijos: Element

Ver código fuente

ToolbarButtonPropsinterfaz

Propiedades

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

hijos: Element

Ver código fuente

ToolbarRootPropsinterfaz

Propiedades

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

hijos: Element

Ver código fuente

ToolbarSeparatorPropsinterfaz

Propiedades

class?
string

Ver código fuente

ToolbarToggleGroupPropsinterfaz

Propiedades

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

hijos: Element

Ver código fuente

ToolbarToggleItemPropsinterfaz

Propiedades

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

hijos: Element

Ver código fuente