TextField
A form field
<TextField label="First name" />
With hints
The second word in your name
<TextField label="Last name" state="cautionary" hint="The second word in your name" />
And error states
Not a valid email address
<TextField label="Email" state="negative" message="Not a valid email address" />