0.0.3 • Published 6 years ago

bf-quill-snow-sticky-toolbar v0.0.3

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

Quill Snow Sticky Toolbar

Module extension for Quill.js that make snow theme toolbar as sticky.

Usage

Webpack/ES6

const toolbarOptions = {
                        container: [
                            ['bold', 'italic', 'underline', 'strike'],
                            ['emoji'],   
                        ],
                        handlers: {'emoji': function() {}}
                        }
const quill = new Quill(editor, {
    // ...
    modules: {
        // ...
        toolbar: toolbarOptions,
        sticky_toolbar: true
    }
});

Contributing

Please check out our contributing guidelines.