Types
Input Types
- text
- number
- select
- radio
- checkbox
- slider
Choice
| Field | Type | Required |
|---|---|---|
| label | string | true |
| value | any | false |
Row Data
| Field | Type | Required |
|---|---|---|
| type | Input Types | false |
| label | string | false |
| placeholder | string | false |
| leftIcon | string | false |
| rightIcon | string | false |
| value | any | false |
| choices | Choice[] | false |
Input Menu Data
| Field | Type | Required |
|---|---|---|
| header | string | false |
| leftIcon | string | false |
| rightIcon | string | false |
| rows | Row Data | true |

