Components · Form & Input
Small supporting text placed beneath a form field to provide hints or validation feedback.
| Prop | Type | Default | Required | Description |
|---|---|---|---|---|
| tone | 'neutral' | 'info' | 'success' | 'warning' | 'danger' | 'neutral' | — | Semantic colour tone of the helper text. |
| disabled | boolean | — | — | Applies muted disabled styling. |
import { Helper Text } from '@nexub/react';