UI Components¶
UI Components are visual interface elements that you can use to build your application's user interface. They are organized into three groups:
BASIC GROUP¶
Basic input and display components for common use cases.
- Basic - Overview of basic components
- Label - Display text labels
- Text Field - Single-line text input
- Password - Password input field
- Text Area - Multi-line text input
- Code Editor - Code editing component
- WYSIWYG Editor - Rich text editor
- Phone Number - Phone number input
- Hyperlink - Clickable links
- HTML - HTML content display
- SVG - SVG graphics display
- Image - Image display
- PDF Viewer - PDF document viewer
- File - File upload and management
- Number - Numeric input
- Checkbox - Checkbox input
- Select - Dropdown selection
- Multiselect - Multiple selection
- Switch - Toggle switch
- Button - Clickable buttons
- Radio Button - Radio button selection
ADVANCED GROUP¶
Advanced components for complex data visualization and interaction.
- Advanced - Overview of advanced components
- Date Time - Date and time picker
- Day - Day selector
- Time - Time picker
- Data Grid - Tabular data display and editing
- Pivot Grid - Pivot table component
- Confirmation State - Confirmation dialogs
- Tab Control - Tabbed interface
- List View - List display component
- Tree View - Hierarchical tree display
- Slider - Range slider input
- Signature - Digital signature capture
- Charts - Data visualization charts
- Progress Bar - Progress indicators
LAYOUT GROUP¶
Components for organizing and structuring your application's layout.