InputBox
This input box component is a primitive component. It only renders a single styled HTML div element. It is not intended to be used as is, as it is meant to be used to style input elements like input fields or select fields.
It is used by the FormInput and FormSelect components in order to create
consistent looking inputs.
<InputBox>Some Text Here</InputBox>
Some Text Here
Error state
<InputBox invalid>Some Text Here</InputBox>
Some Text Here
Props
| Props | Type | Required | Values | Default |
|---|---|---|---|---|
invalid | boolean | - | - | - |