# Components
# Label
# Usage
<Label>Label</Label>
# Input
# Usage
<Input />
# Props
| Property | Type | Default | Required | Description |
|---|---|---|---|---|
| invalid | boolean | false | no | Show the input is invalid |
# CustomSelect
# Usage
<CustomSelect>
<option>Select</option>
<option>Option</option>
</CustomSelect>
# Props
| Property | Type | Default | Required | Description |
|---|---|---|---|---|
| invalid | boolean | false | no | Show the input is invalid |
# Textarea
# Usage
<Textarea rows="5"></Textarea>
# Props
| Property | Type | Default | Required | Description |
|---|---|---|---|---|
| invalid | boolean | false | no | Show the input is invalid |
# FileBrowser
# Usage
<FileBrowser />
# Events
| Event | Argument | Description |
|---|---|---|
| change | filename | When file input is changed |
# Checkbox
# Usage
<Checkbox label="Checkbox" />
# Props
| Property | Type | Default | Required | Description |
|---|---|---|---|---|
| label | string | no | Label | |
| partial | boolean | false | no | Partially checked checkbox |
| invalid | boolean | false | no | Show the input is invalid |
# Radio
# Usage
<Radio name="radio" label="Radio" />
# Props
| Property | Type | Default | Required | Description |
|---|---|---|---|---|
| label | string | no | Label | |
| invalid | boolean | false | no | Show the input is invalid |
# Switch
# Usage
<Switch label="Switch" />
# Props
| Property | Type | Default | Required | Description |
|---|---|---|---|---|
| label | string | no | Label | |
| outlined | boolean | false | no | Outlined |
# RangeSlider
# Usage
<RangeSlider min="1" max="100" value="50" />
# RatingStars
# Usage
<RatingStars />
# Props
| Property | Type | Default | Required | Description |
|---|---|---|---|---|
| value | string | no | Rating |
# Events
| Event | Argument | Description |
|---|---|---|
| change | rating | When file input is changed |
← Installation Alerts →