stnd.buildSTANDARD MANUAL2026-09-20

DropdownItem

On this page

One clickable row inside a <Dropdown>. Either provide label or the children snippet, not both.

Props

Type Name Description
import(‘svelte’).Snippet children? Item label
string label? Label as a string
string icon? Icon name
string shortcut? Shortcut text (e.g. ⌘C)
boolean disabled? Disabled state
boolean destructive? Destructive state
string href? Link URL
(e: MouseEvent) => void onclick? Click handler

Live example