sbx-react-colorfull
v2.1.0
Published
sbx-react-colorfull
Downloads
181
Readme
sbx-react-colorfull
npm i --save sbx-react-colorfull
import SbxColorful from 'sbx-react-colorfull';
Default presets
const PRESETS = [
'#eeeeee',
'#8fcaf8',
'#e141fb',
'#e57273',
'#00e676',
'#fed550',
'#9e9e9e',
'#2097f4',
'#9b27b1',
'#f44335',
'#4daf50',
'#ffb300',
'#616161',
'#1876d0',
'#7a20a1',
'#bf151a',
'#2f7d34',
'#fe7001'
];
<SbxColorful
color="#FFFFFF"
presets={PRESETS} // an array of colors or a boolean value, by default, the colors that are presented above are substituted
onChange={(color, event) => { // #FFFFFF, {type: 'picker'} or {type: 'preset'}
}}
/>