ContextMenu
A ContextMenu component from the Sigil design system.
Import
import { ContextMenu, ContextMenuTrigger, ContextMenuSub, ContextMenuContent, ContextMenuItem, ContextMenuCheckboxItem, ContextMenuRadioItem, ContextMenuLabel, ContextMenuSeparator, ContextMenuSubTrigger, ContextMenuSubContent } from "@sigil-ui/components";Preview
Usage
<ContextMenu>...</ContextMenu>Sub-components
This component includes the following parts:
<ContextMenuTrigger><ContextMenuSub><ContextMenuContent><ContextMenuItem><ContextMenuCheckboxItem><ContextMenuRadioItem><ContextMenuLabel><ContextMenuSeparator><ContextMenuSubTrigger><ContextMenuSubContent>
Token integration
| CSS Variable | Purpose |
|---|---|
--s-card-radius | Card radius |
--s-border-style | Border style |
--s-border | Border |
--s-surface | Surface |
--s-text | Text |
--s-shadow-md | Shadow md |
--s-radius-sm | Radius sm |
--s-background | Background |
--s-text-muted | Text muted |