We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
I'm wondering if there is any chance to add black and white color to bottom tiles maybe by any chance??
The text was updated successfully, but these errors were encountered:
Slider.vue defines the swatches array as part of the data function. You could include luminosity values 1 for white and 0 for black:
Slider.vue
swatches
data () { return { swatches: ['1', '.65', '.50', '.35', '0'] } },
@xiaokaike It might be nice if this could be controlled (via a prop?) when including the slider-picker component.
slider-picker
Sorry, something went wrong.
feat(Slider): add swatches as properties and support for black and white
6532445
fix #118 fix #134
fix in v2.6.0, which will be released soon.
No branches or pull requests
Hello,
I'm wondering if there is any chance to add black and white color to bottom tiles maybe by any chance??
The text was updated successfully, but these errors were encountered: