Forms

A high-performance collection of form components designed for modern SaaS applications, ranging from basic text fields to complex interactive controls.

Core Inputs

Text & Email

Fields with prefix icon support and validation feedback.

<Input placeholder="Full Name" prefix={<User />} />
<Input type="email" placeholder="Email" prefix={<Mail />} />

Textarea

Premium multi-line input for long-form content.

<Textarea placeholder="Describe your project..." />

Selection & Controls

Custom Select & Segmented

Elegant alternatives to native select elements.

Toggles & States

Interactive switches and radio buttons.

Real-time SyncWebSocket Support

Advanced Controls

Interactive Range Slider

A specialized component for ranges, percentages, or intensity levels.

Proration Logic
58%
ConservativeAggressive
<Range 
  label="Proration Logic" 
  value={58} 
  minLabel="Conservative" 
  maxLabel="Aggressive" 
  showValue 
/>

Full Form Template

Account Submission Template

A complete, production-ready form example combining multiple UI components.

Project Configuration

Complete the details below to initialize your workspace.

Auto-Billing
Provisioning Priority
50%
EcoHigh Performance

Validation Layout

Error Feedback

Clear indicators for failed validation requirements.

Invalid email format detected

Success States

Visual confirmation of verified input values.

Username is available