Variable: FieldDescription
@arolariu/components / FieldDescription
Variable: FieldDescription
constFieldDescription:ForwardRefExoticComponent<Omit<DetailedHTMLProps<HTMLAttributes<HTMLParagraphElement>,HTMLParagraphElement>,"ref"> &RefAttributes<HTMLParagraphElement>>
Defined in: components/ui/field.tsx:302
Renders supplementary descriptive text for a field.
Remarks
- Pure CSS component (no Base UI primitive)
- Renders a
<p>element - Styling via CSS Modules with
--ac-*custom properties
Example
<FieldDescription>Used for account recovery.</FieldDescription>
See
FieldDescriptionProps for available props
// was this page useful?