BetaPublic beta — Read the release notes
Documentation

Context Menu

Right-click triggered menu.

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

Generated from the package's public source.

API

CheckboxItemcomponent

                        CheckboxItem(props: ContextMenuCheckboxItemProps): Element
                      

Props

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

children: Element

View source

Contentcomponent

                        Content(props: ContextMenuContentProps): Element
                      

Props

class?
string
style?
string | CSSProperties

children: Element

View source

ContextMenuCheckboxItemPropsinterface

Props

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

children: Element

View source

ContextMenuContentPropsinterface

Props

class?
string
style?
string | CSSProperties

children: Element

View source

ContextMenuItemPropsinterface

Props

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

children: Element

View source

ContextMenuLabelPropsinterface

Props

class?
string

children: Element

View source

ContextMenuRadioGroupPropsinterface

Props

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

children: Element

View source

ContextMenuRadioItemPropsinterface

Props

disabled?
boolean
textValue?
string
value
string

children: Element

View source

ContextMenuRootPropsinterface

children: Element

View source

ContextMenuSeparatorPropsinterface

Props

class?
string

View source

ContextMenuTriggerPropsinterface

Props

class?
string

children: Element

View source

Itemcomponent

                        Item(props: ContextMenuItemProps): Element
                      

Props

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

children: Element

View source

Labelcomponent

                        Label(props: ContextMenuLabelProps): Element
                      

Props

class?
string

children: Element

View source

RadioGroupcomponent

                        RadioGroup(props: ContextMenuRadioGroupProps): Element
                      

Props

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

children: Element

View source

RadioItemcomponent

                        RadioItem(props: ContextMenuRadioItemProps): Element
                      

Props

disabled?
boolean
textValue?
string
value
string

children: Element

View source

Rootcomponent

                        Root(props: ContextMenuRootProps): Element
                      

children: Element

View source

Separatorcomponent

                        Separator(props: ContextMenuSeparatorProps): Element
                      

Props

class?
string

View source

Triggercomponent

                        Trigger(props: ContextMenuTriggerProps): Element
                      

Props

class?
string

children: Element

View source