Components
WColorInput
Stories
Props
| Prop | Default | Type |
|---|---|---|
border | true | boolean | undefined |
allowAlpha | true | boolean | undefined |
copyTransform | stringVal | Function | undefined |
stringPrecision | 3 | number | undefined |
customRepresentation | void 0 | Record<string, any> | undefined |
modelValue | any | |
id | string | undefined | |
label | string | undefined | |
tempValue | (() => undefined) | undefined | |
rootProps | Record<string, any> | undefined |
Events
| Event | Type |
|---|---|
update:modelValue | [value: any] |
update:tempValue | [value: (() => undefined) | undefined] |