Number
Numeric input. Supports min/max value validation.
Inputtype: numberaccepts input
Live Preview
0/120
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 'hash' or 'dollar') |
helpText | string | - | Help text below the input |
Validation Rules
| Name | Type | Default | Description |
|---|---|---|---|
min | number | - | Minimum numeric value |
max | number | - | Maximum numeric value |
customMessage | string | - | Custom error message |