Skip to content

Input

A styles input with error states and label.

Terminal window
npx @atrium-ui/components input

Text


---
import { Input } from "./Input.jsx";
---
<Input placeholder="Text" label="Input" />
<br />
<Input placeholder="Text" label="Input" error="Can not be empty" />

Email

// TODO

Password

// TODO

Search

// TODO

Number

// TODO