Socket
Socket
Sign inDemoInstall

quill-color-picker-enhance

Package Overview
Dependencies
30
Maintainers
2
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    quill-color-picker-enhance

[![npm-image]][npm-url]


Version published
Weekly downloads
261
decreased by-1.14%
Maintainers
2
Install size
5.76 MB
Created
Weekly downloads
 

Readme

Source

quill-color-picker-enhance

npm-image

Features

  • custom color picker

  • Improved color picker labels to make it easier to see the currently selected color

    beforeafter

How to setup

SnowTheme

import Quill from 'quill';

import { SnowTheme } from 'quill-color-picker-enhance';
import 'quill-color-picker-enhance/dist/index.css';

Quill.register('themes/snow-quill-color-picker-enhance', SnowTheme);

const quill = new Quill('#editor-container', {
  modules: {
    toolbar: [{ color: [] }, { background: [] }]
  },
  theme: 'snow-quill-color-picker-enhance'
});

Bubble Theme

TODO

Script Tag

Copy dist/index.min.js into your web root or include from node_modules

<script src="/node_modules/quill-color-picker-enhance/index.min.js"></script>
Quill.register('themes/snow-quill-color-picker-enhance', QuillColorPickerEnhance.SnowTheme);

Please use the theme snow-quill-color-picker-enhance.


quill-color-picker-enhance is primarily distributed under the terms of the MIT license. See LICENSE for details.

Keywords

FAQs

Last updated on 22 Apr 2023

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc