Annotation
Displays a label or error message for an input field.
Importing
1
import { Annotation } from '@infinityfx/fluid';Usage
API reference
Annotation Props
label?
string
The label text shown above the input field.
error?
string
The error message shown below the input field.