With Label

Labels provide context above the input field.

Hello, !

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

demoName = ""// With label and binding<Input label="Full Name" bind={demoName} placeholder="Enter your name" />// Without label<Input bind={demoSearch} placeholder="Search..." />// Display bound value<p>Hello, {demoName}!</p>

Props

PropTypeDefaultDescription
labeltext""Label text above input
bindbinding-Two-way data binding
placeholdertext""Placeholder text