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

Context Menu

Right-click triggered menu.

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

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

API

CheckboxItemcomponente

                        CheckboxItem(props: ContextMenuCheckboxItemProps): Element
                      

Propiedades

checked?
boolean
disabled?
boolean
onCheckedChange?
(checked: boolean) => void
textValue?
string

hijos: Element

Ver código fuente

Contentcomponente

                        Content(props: ContextMenuContentProps): Element
                      

Propiedades

class?
string
style?
string | CSSProperties

hijos: Element

Ver código fuente

ContextMenuCheckboxItemPropsinterfaz

Propiedades

checked?
boolean
disabled?
boolean
onCheckedChange?
(checked: boolean) => void
textValue?
string

hijos: Element

Ver código fuente

ContextMenuContentPropsinterfaz

Propiedades

class?
string
style?
string | CSSProperties

hijos: Element

Ver código fuente

ContextMenuItemPropsinterfaz

Propiedades

disabled?
boolean
onSelect?
() => void
textValue?
string

hijos: Element

Ver código fuente

ContextMenuLabelPropsinterfaz

Propiedades

class?
string

hijos: Element

Ver código fuente

ContextMenuRadioGroupPropsinterfaz

Propiedades

onValueChange?
(value: string) => void
value?
string

hijos: Element

Ver código fuente

ContextMenuRadioItemPropsinterfaz

Propiedades

disabled?
boolean
textValue?
string
value
string

hijos: Element

Ver código fuente

ContextMenuRootPropsinterfaz

hijos: Element

Ver código fuente

ContextMenuSeparatorPropsinterfaz

Propiedades

class?
string

Ver código fuente

ContextMenuTriggerPropsinterfaz

Propiedades

class?
string

hijos: Element

Ver código fuente

Itemcomponente

                        Item(props: ContextMenuItemProps): Element
                      

Propiedades

disabled?
boolean
onSelect?
() => void
textValue?
string

hijos: Element

Ver código fuente

Labelcomponente

                        Label(props: ContextMenuLabelProps): Element
                      

Propiedades

class?
string

hijos: Element

Ver código fuente

RadioGroupcomponente

                        RadioGroup(props: ContextMenuRadioGroupProps): Element
                      

Propiedades

onValueChange?
(value: string) => void
value?
string

hijos: Element

Ver código fuente

RadioItemcomponente

                        RadioItem(props: ContextMenuRadioItemProps): Element
                      

Propiedades

disabled?
boolean
textValue?
string
value
string

hijos: Element

Ver código fuente

Rootcomponente

                        Root(props: ContextMenuRootProps): Element
                      

hijos: Element

Ver código fuente

Separatorcomponente

                        Separator(props: ContextMenuSeparatorProps): Element
                      

Propiedades

class?
string

Ver código fuente

Triggercomponente

                        Trigger(props: ContextMenuTriggerProps): Element
                      

Propiedades

class?
string

hijos: Element

Ver código fuente