Input
Text input field with optional label, placeholder, and two-way binding.
With Label
Labels provide context above the input field.
Email Field
Email-style input with reactive badge display.
Without Label
Standalone inputs that rely on placeholder for context.
Form Layout
Multiple inputs stacked in a typical form arrangement.
Real-World Examples
Inputs styled for common application scenarios.
Profile Fields
Typical user profile form inputs.
Usage
Props
| Prop | Type | Default | Description |
|---|---|---|---|
label | text | "" | Label text above input |
bind | binding | - | Two-way data binding |
placeholder | text | "" | Placeholder text |