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

1const before = <Input border={"3px solid black"} />
2
3const after = <input className="d0" />
1const before = <Input border={"3px solid black"} />
2
3const after = <input className="d0" />