Input
Input field component with validation states and helper text.
Examples
We'll never share your email
Password is required
<.input type="text" label="Name" placeholder="Enter your name" />
<.input type="email" label="Email" helper="We'll never share your email" />
<.input type="password" label="Password" error="Password is required" />