1.1.5 • Published 1 year ago

quill-color-picker-enhance v1.1.5

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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.

1.1.5

1 year ago

1.1.1

1 year ago

1.1.4

1 year ago

1.1.3

1 year ago

1.1.2

1 year ago

1.0.1

2 years ago

1.1.0

2 years ago

1.0.0

2 years ago