FieldDescription
Source: client/lib/theme/vueda-tailwind/shell/index.js
The helper text beneath or beside a field control. It uses supporting text size, muted color, and link styling that keeps explanatory copy readable without becoming the primary label.
Vue component: FieldDescription
| Slot | Default classes | Description |
|---|---|---|
| root | 4 classes | The helper text beneath or beside a field control. It uses supporting text size, muted color, and link styling that keeps explanatory copy readable without becoming the primary label. |
root
The helper text beneath or beside a field control. It uses supporting text size, muted color, and link styling that keeps explanatory copy readable without becoming the primary label.
Default classes:
text
text-muted-foreground text-[length:var(--vueda-text-supporting)] leading-[1.4] font-normal
group-has-[[data-orientation=horizontal]]/field:text-balance
last:mt-0 nth-last-2:-mt-1 [[data-variant=legend]+&]:-mt-1.5
[&>a:hover]:text-primary [&>a]:underline [&>a]:underline-offset-4Source: client/lib/theme/vueda-tailwind/shell/FieldDescription.theme.js:18