1.0.5 • Published 9 months ago

quill-pagination v1.0.5

Weekly downloads
-
License
-
Repository
github
Last release
9 months ago

Quill Pagination

A CKEditor-like style component

Applicable version: Quill v1.3.7

Example

Usage

import 'quill-pagination';
import 'quill-pagination/lib/style.css';

new Quill('#container', {
    theme: 'snow',
    modules: {
        toolbar: ['pagination'],
        pagination: {
            userText: "第{page}页", // {page} is replaced with the number of pages
            autoText: '{page}',
            pageHeight: '140mm' // page height of the wrapped line
        }
    }
})
1.0.5

9 months ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago