OddApp Design

Label

@oddapp/ui · Tier 1

Accessible form label that associates with an input via htmlFor.

Default

import { Label, Input } from '@oddapp/ui'

<Label htmlFor="username">Username</Label>
<Input id="username" placeholder="you" />