VuetifyColorInput
A color input component for Vuetify.
setup
npm
Use the treeshaking system.
browser
The component is globally available as VuetifyColorInput
. If Vue is detected, the component is registered automatically.
usage
Register the component globally.
or
Register the component locally.
Use the component inside a template.
properties
name | type | default |
---|---|---|
appendIcon |
String |
|
disabled |
Boolean |
|
error |
Boolean |
|
errorCount |
[Number, String] |
1 |
errorMessages |
[String, Array] |
[] |
hideDetails |
[Boolean, String] |
|
hint |
String |
|
id |
String |
|
label |
String |
|
messages |
[String, Array] |
[] |
noAlpha |
Boolean |
|
persistentHint |
Boolean |
|
prependIcon |
String |
|
rules |
Array |
[] |
success |
Boolean |
|
successMessages |
[String, Array] |
[] |
validateOnBlur |
Boolean |
|
value |
slots
name |
---|
append |
label |
message |
prepend |
events
name |
---|
click:append |
click:prepend |
input |
update:error |