K
@kana-consultant/ui-kit v0.2.0 · docs

Primitives

Label

Radix-backed label. Click-to-focus its linked control. Optional required indicator.

Basic

Standard label

Required

required prop appends "*"
<Label htmlFor='email' required>Email</Label>
<Input id='email' type='email' />

Inline (with checkbox)

Click-to-toggle

Props

Prop Type Default Description
required boolean false Appends a red asterisk after the children.
htmlFor string Standard Radix Label — matches a control id.