1.0.7 • Published 6 years ago
svelte-color-picker v1.0.7
Svelte Color Picker [Demo Page]
Installation
With npm
$ cd yourSvelteProject
$ npm i svelte-color-picker
Usage
In your component :
<script>
import {HsvPicker} from 'svelte-color-picker';
function colorCallback(rgba) {
console.log(rgba.detail)
}
</script>
<HsvPicker on:colorChange={colorCallback} startColor={"#FBFBFB"}/>
Components
Svelte Color Picker currently has one type of colorpicker.
\
Props | Value Type | Use |
---|---|---|
on:colorChange | function | Given function gets called every time color changes |
startColor | string | Initializes color picker with the value (hexadecimal without alpha). |
License
MIT
1.0.7
6 years ago
1.0.7-beta.0
6 years ago
1.0.6
6 years ago
1.0.6-beta.0
6 years ago
1.0.5
6 years ago
1.0.4
6 years ago
1.0.3
6 years ago
1.0.2-beta.1
6 years ago
1.0.2
6 years ago
1.0.1
6 years ago
1.0.0
6 years ago