Input

Text input with boogie's soft grey background and black focus border.

Please enter a valid email address.

Usage

import { Input } from '@bwo-ui/react';

<Input placeholder="Type something…" />
<Input invalid placeholder="With error" />

Props

PropTypeDefaultDescription
invalidbooleanfalseAdds the error border + sets `aria-invalid`.

All native <input> attributes are forwarded.