Text Fields allow the user to input a small amount of freeform text (100 characters or less).
Read more about when and how to use the Text Field component on the website.
yarn add @hig/text-field
import TextField from '@hig/text-field';
import '@hig/text-field/build/index.css';
<TextField
label="Tab title"
placeholder="Foo"
required="This field is required."
/>