Input

The input component is a layout primitive that can be used to read user input.

It is just a input with some styles.

How to use

// Before
<Input border={"3px solid black"} />

// After
<input className="d0" />