The Input component makes a form input. It supports a variety of configurations, including stacked inputs, with and without labels, with and without help text, etc.
<div> <Input placeholder="Not a stack" /> <Input placeholder="Has an error" error /></div>
<Input.Stack label="Label" placeholder="A placeholder" help="This is the help text" error="This is the error text"/>
<FileInput.Stack label="File Input" help="This is help text." error="This is an error." placeholder="Select file" button="Click Here to Pick File"/>