How to use the @simonwep/pickr/dist/pickr.es5.min.create function in @simonwep/pickr

To help you get started, we’ve selected a few @simonwep/pickr examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github benetech / MathShare / src / components / Editor / components / MyWork / components / MathPalette / components / MathButtonsGroup / components / MathButtonsRow / components / MathButton / index.js View on Github external
OpenColorPicker() {
        const theActiveMathField = this.props.theActiveMathField;

        if (!this.pickr) {
            this.pickr = Pickr.create({
                el: '#colorBtn',
                useAsButton: true,

                components: {

                    // Main components
                    preview: true,
                    opacity: false,
                    hue: true,

                    // Input / output Options
                    interaction: {
                        hex: true,
                        rgba: true,
                        hsla: true,
                        hsva: true,

@simonwep/pickr

Flat, Simple, Hackable Color-Picker.

MIT
Latest version published 7 months ago

Package Health Score

74 / 100
Full package analysis