Help the user picking beautiful colors!
npm install vue-swatches
Vue Swatches recently reached version 2. If you were using v1 please consider reading the release notes or you can check v1 here
- Introduction
- Features
- Install
- Basic Usage
- Contributing
- Browser Compatibility
- License
Vue Swatches is a UI Component for Vue that allows the user to choose colors.
Unlike classic color pickers, where all colors are available (167 77 216 colors),
Vue Swatches only shows a bunch of predefined colors.
> More decisions require more effort
With fewer options, the user experience will be improved
npm install --save vue-swatches
or
yarn add vue-swatches
``vue
`
` bashserve with hot reload at localhost:8080
yarn serve
``
This component has the same support than Vue itself
> Vue does not support IE8 and below, because it uses ECMAScript 5 features that are un-shimmable in IE8. However it supports all ECMAScript 5 compliant browsers.
However if you want to use this with IE9, you will probably need to work on the CSS styles.
IE10 should be fine
- Diego Jara (saintplay)
- Niko Nagy
- feel free to add yourself
MIT