Interface TextBoxLabelProps

interface TextBoxLabelProps {
    children: ReactElement<TextBoxProps>;
    error?: string;
    label: ReactNode;
}

Properties

Properties

children: ReactElement<TextBoxProps>
error?: string
label: ReactNode

The label to display above the input.

The label will be displayed in a inside a