Forms - Base Inputs
Overview
Base Inputs covers fundamental form input types including text, password, number, and more. Foundation elements for all form creation.
Features
Input Types
- Text input
- Password input
- Number input
- Email input
- URL input
- Tel input
Input States
- Default
- Focus
- Disabled
- Read-only
- Error
- Success
Attributes
- Placeholder text
- Max length
- Required flag
- Autocomplete
Quick Reference
| Type | Use Case |
|---|---|
| text | General text |
| Email addresses | |
| password | Secret fields |
| number | Numeric values |
| tel | Phone numbers |
