HSV
RGB
Appearance
<fv-color-picker :theme="theme">
</fv-color-picker>
Property | Type | Required | Default | Statement |
---|---|---|---|---|
disabled | [boolean] | No | false | disabled |
lang | [string] | No | 'global' | i18n |
model-value | [string] | No | undefined | v-model |
theme | [string] | No | 'global' | theme |
type | ['box', 'ring'] | No | 'box' | color-picker type |
EmitName | Arguments | Statement |
---|---|---|
update:model-value | val[String] | v-model |