Socket
Socket
Sign inDemoInstall

@uniquegood/quill-color-picker-enhance

Package Overview
Dependencies
30
Maintainers
3
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

@uniquegood/quill-color-picker-enhance

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


Version published
Maintainers
3

Readme

Source

@uniquegood/quill-color-picker-enhance

npm-image

Improve quill color picker feature to make it easier to see the currently selected color and custom picker

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 '@uniquegood/quill-color-picker-enhance';
import '@uniquegood/quill-color-picker-enhance/src/style/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/@uniquegood/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.

Keywords

FAQs

Last updated on 02 Nov 2022

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