OddApp Design

Input

@oddapp/ui · Tier 1

Single-line text input with optional error state.

Default

import { Input } from '@oddapp/ui'

<Input placeholder="Enter value…" />

States

import { Input } from '@oddapp/ui'

<Input placeholder="Normal" />
<Input error placeholder="Error state" />
<Input disabled placeholder="Disabled" />