URL
URL input. Renders a url-type input with optional icon.
Inputtype: urlaccepts input
Data Properties
| Name | Type | Default | Description |
|---|
title | string | - | Field label |
placeholder | string | - | Placeholder text |
required | boolean | false | Whether the field is required |
Config Options
| Name | Type | Default | Description |
|---|
variant | enum | default | default, boxed, minimal, floating |
size | enum | md | sm, md, lg |
icon | string | - | Icon name (typically 'globe') |
helpText | string | - | Help text below the input |
Validation Rules
| Name | Type | Default | Description |
|---|
customMessage | string | - | Custom error message |