An HTML input component. Should be used with Label.
Pass it any class to extend styling.
Passed from Floating and not meant to be used explicitely.
Normal border:
<Input
className="custom-class"
id="name"
name="name"
placeholder="John Smith"
width="100%"
border={1}
/>
Border bottom:
id="name2"
name="name2"
color="tomato"
borderBottom