Skip to main content

Component Library

Compose comes with a rich library of components that you can use to build your apps.

Core

Layout

Charts

Forms

📄️ Form

Groups inputs into a form that provides unified validation and submission.

📄️ Checkbox

Toggle input for boolean values.

📄️ Date Input

Input field for selecting dates.

📄️ DateTime Input

Input field for selecting date and time.

📄️ Email Input

Input field with email validation.

📄️ File Drop

Drag and drop area for file uploads.

📄️ JSON Input

Specialized input area for JSON data with syntax highlighting, validation, and formatting.

📄️ Multi Select

Dropdown for selecting multiple options.

📄️ Number Input

Input field for numeric values.

📄️ Password Input

Secure input field for passwords.

📄️ Radio Group

Group of radio buttons for single selection.

📄️ Select

Dropdown for selecting a single option.

📄️ Text Area

Multi-line text input field.

📄️ Text Input

Single-line text input field.

📄️ Time Input

Input field for selecting time.

📄️ URL Input

Input field with URL validation.

Display

Extras