Giter Club home page Giter Club logo

Comments (4)

rohmanhm avatar rohmanhm commented on May 24, 2024 5

I think it will be awesome if we can customize presetColors.

Yeah, that was great!! 😃
It would be nice if we have add and remove button for color presets.

Example:
image

from vue-color.

lionhurt avatar lionhurt commented on May 24, 2024 2

the right usage is:
<sketch v-model="colors" :preset-colors="presetColors">

from vue-color.

randarp avatar randarp commented on May 24, 2024

So it ends up this is an undocumented feature. In my case, I have a component that wraps the color picker, but I've assigned it a ref.

<sketch-picker ref="sketch" v-show="pickerOpen" v-model="colorValue" @change-color="onChange"></sketch-picker>

When my component is mounted, you can change the default by manipulating the presetColors array at that time.

mounted: function() {
this.$refs.sketch.presetColors = ['#323c44','#cd263a','#8d8d8d','#9e00ff','#0000ff','#00da00','#dada00','#ff8d00','#ff00de','#a65628','#848484'];
},

It seems to be smart with the number of items in the array. You probably just want to make it a multiple of 8 or it won't be square.

But yes, it would be nice if there was a simpler option to do this.

from vue-color.

linx4200 avatar linx4200 commented on May 24, 2024

The swaches can be customize now! Please upgrade to the latest version. And the usage is down blow:

/* presetColors accepts an array of colors */
<sketch v-model="colors" :presetColors="presetColors"></sketch>

And the document will catch up sooooooon!

Thanks for your patience!

from vue-color.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.