TldrawUiSelectItem

See source code
Table of contents

An item in the select dropdown. Styled to match TldrawUiMenuCheckboxItem.


Properties

className

optional
className?: string;

disabled

optional
disabled?: boolean;

icon

optional
icon?: Exclude<string, TLUiIconType> | TLUiIconType;

label

label: string;

value

value: string;

Prev
TldrawUiSelectContent
Next
TldrawUiSelectTrigger