ποΈ Text
A single-line input field for entering short text. Commonly used for titles, names, or short descriptions.
ποΈ Textarea
A multi-line input field for entering longer text. Suitable for detailed descriptions or comments.
ποΈ Email
An input field specifically designed for email addresses, with built-in validation to ensure proper email format.
ποΈ Number
An input field for entering numerical values, supporting integer and decimal formats. Ideal for quantities, prices, or any numeric data.
ποΈ Boolean
A field for entering true/false values, typically displayed as a checkbox or switch. Useful for binary options like "Yes/No" or "Enabled/Disabled".
ποΈ Image
A field for uploading images, supporting various image formats. Useful for product images, user avatars, or any visual content.
ποΈ File
A field for uploading files, supporting dynamic formats. Useful for product usage documentation, landing page upload, or any downloadable content.
ποΈ WYSIWYG
A rich text editor field that provides a "What You See Is What You Get" (WYSIWYG) interface, allowing users to format text with various styles and media.
ποΈ Choice-Single
A dropdown field for selecting a single option from a predefined list. Useful for selecting statuses, or any single-choice options.
ποΈ Color
A color picker field that allows users to select a color from a visual interface, enhancing customization options for various design elements.
ποΈ Date
A date picker field that allows users to select a date from a calendar interface, enhancing data entry for date-specific information.
ποΈ Choice-Multiple
A checkbox field for selecting multiple options from a predefined list. Ideal for tags, categories, or any multi-choice options.