Theme
TimeInput
Native time input with form control integration
Start Here
Start from the smallest working snippet, then move to interactive examples and the full API contract below.
Styled quick start
Copy this entrypoint first. It includes the imports required to get the component on screen.
Import options
Root package
ts
import { TimeInput } from '@dryui/ui'Per-component subpath
ts
import { TimeInput } from '@dryui/ui/time-input'Customize
Use the interactive examples to see common variants, states, and composition patterns before building your own.
Compose
The full API contract lives here: props, CSS variables, and the public data attributes you can target when styling.
| Prop | Type | Default | Required | Bindable |
|---|---|---|---|---|
value | string | '' | — | ✓ |
disabled | boolean | — | — | — |
step | number | — | — | — |
Forwards <input> attributes via rest props. Common examples: name, autocomplete, inputmode.