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
| Prop | Type | Default | Description |
|---|---|---|---|
invalid | boolean | false | Adds the error border + sets `aria-invalid`. |
All native <input> attributes are forwarded.