# Input

### Design
<a href="https://material.io/design/components/text-fields.html" target="_blank">https://material.io/design/components/text-fields.html</a>

### Description
Use `Input` component to store short string values, like first name, last name, e-mail etc.
Additionally, with `rows` prop, it can also be turned into a text area, to store longer strings.

### Import
```js
import { Input } from "webiny-ui/Input";
```