NativeSelectOptGroup
Source: client/lib/theme/vueda-tailwind/controls/index.js
The native
<optgroup>tinted to inherit the popover surface so the system's native dropdown reads as the same surface family as VUEDA's JS-driven pickers. The OS owns layout and the divider between groups; this slot only paints the background.
Vue component: NativeSelectOptGroup
| Slot | Default classes | Description |
|---|---|---|
| root | bg-popover text-popover-foreground | The native <optgroup> tinted to inherit the popover surface so the system's native dropdown reads as the same surface family as VUEDA's JS-driven pickers. The OS owns layout and the divider between groups; this slot only paints the background. |
root
The native
<optgroup>tinted to inherit the popover surface so the system's native dropdown reads as the same surface family as VUEDA's JS-driven pickers. The OS owns layout and the divider between groups; this slot only paints the background.
Default classes:
bg-popover text-popover-foreground
Source: client/lib/theme/vueda-tailwind/controls/NativeSelectOptGroup.theme.js:16