Label
Source: client/lib/theme/vueda-tailwind/shell/index.js
The accessible label text for controls and grouped inputs. It handles disabled states from both group and peer contexts while preserving compact inline alignment.
Vue component: Label
| Slot | Default classes | Description |
|---|---|---|
| root | 2 classes | The accessible label text for controls and grouped inputs. It handles disabled states from both group and peer contexts while preserving compact inline alignment. |
root
The accessible label text for controls and grouped inputs. It handles disabled states from both group and peer contexts while preserving compact inline alignment.
Default classes:
text
flex items-center gap-2 text-sm leading-none font-medium select-none
group-data-[disabled=true]:pointer-events-none group-data-[disabled=true]:opacity-50 peer-disabled:cursor-not-allowed peer-disabled:opacity-50Source: client/lib/theme/vueda-tailwind/shell/Label.theme.js:18