Field Types
Browse all 20 available field types. Each field has interactive examples and complete API documentation.
Text Fields
Input fields for text, email, phone, and multiline content.
Input Group
stableText input with prefix and/or suffix elements for formatted inputs.
Text Input
stableA basic text input field for single-line text entry. Supports text, email, and tel input types.
Textarea
stableMulti-line text input for longer content like messages, descriptions, or comments.
Selection Fields
Fields for selecting one or multiple options from a list.
Button Radio
stableRadio group styled as segmented buttons for visual selection.
Combobox
stableSearchable dropdown with autocomplete for finding options quickly.
Native Select
stableNative HTML select dropdown for simple selection needs with maximum browser compatibility.
Radio Group
stableSingle selection from a list of options using radio buttons.
Select
stableA dropdown select field for choosing from a list of options. Uses Radix UI for accessibility.
Toggle Fields
Boolean fields for on/off states and confirmations.
Button Checkbox
stableMultiple selection using button-style toggles for visual multi-select.
Checkbox
stableA boolean checkbox field for accepting terms, toggling options, or confirming choices.
Checkbox Group
stableMultiple selection from a list of options using checkboxes.
Switch
stableA toggle switch for boolean values with a more prominent visual than checkbox.
Switch Group
stableMultiple toggle switches for selecting multiple options with prominent visual feedback.
Special Fields
Specialized fields for dates, sliders, OTP, and custom content.
Button Card
stableSelection using rich card components with icons, titles, and descriptions.
Date Picker
stableCalendar-based date selection with configurable constraints.
Date Range
stableCalendar-based selection for date ranges like booking periods or date filters.
Hidden
stableInvisible field that resolves a dynamic value at runtime — timestamps, URLs, IP addresses, UTM params, and more.
HTML Content
stableRender custom HTML or React components within a form for static content.
OTP Input
stableOne-time password input with individual digit boxes for verification codes.
Slider
stableA draggable slider for selecting numeric values or ranges. Supports single, range, and multi-thumb variants.