Label
@velon-finance/ui · status: stable · atom
Built on @radix-ui/react-label so it gets the right ARIA wiring for free.
Overview
Code
import { Label, Input } from '@velon-finance/ui'
<Label htmlFor="email">Email</Label>
<Input id="email" type="email" />