import { html, css, cssManager } from '@design.estate/dees-element'; import '../elements/index.js'; export const inputShowcase = () => html`
A comprehensive collection of input components for building modern web forms and interfaces.
All components support dark mode, validation, and integrate seamlessly with dees-form.
Standard text input components for collecting various types of textual data. Includes password fields, validation, and specialized formatting.
Components for selecting from predefined options. Includes checkboxes, radio buttons, dropdowns, and multi-select controls.
Specialized inputs for numeric values, including quantity selectors and formatted inputs.
Specialized input components for specific data types like phone numbers, IBAN, and file uploads.
Advanced text editors for creating rich content with formatting, images, and structured blocks.
All input components integrate seamlessly with dees-form for validation, submission handling, and data management.
Built-in validation for all input types
Automatic data synchronization
Easy form data extraction
Consistent styling across all inputs