1.0.7 • Published 4 years ago

quill-table-ui v1.0.7

Weekly downloads
6,558
License
BSD-3-Clause
Repository
github
Last release
4 years ago

quill-table-ui

A module for table UI in Quill

Online Demo

quill-table-ui Codepen Demo

Requirements

quilljs v2.0.0-dev.3

Installation

npm install quill-table-ui

Usage

Load quill and style dependencies

<script src="https://cdnjs.cloudflare.com/ajax/libs/quill/2.0.0-dev.3/quill.min.js" type="text/javascript"></script>
<script src="https://unpkg.com/quill-table-ui@1.0.5/dist/umd/index.js" type="text/javascript"></script>
<link href="https://cdnjs.cloudflare.com/ajax/libs/quill/2.0.0-dev.3/quill.snow.min.css" rel="stylesheet">
<link href="https://unpkg.com/quill-table-ui@1.0.5/dist/index.css" rel="stylesheet">

ES6

import * as QuillTableUI from 'quill-table-ui'

Quill.register({
  'modules/tableUI': QuillTableUI
}, true)

window.onload = () => {
  const quill = new Quill('#editor-wrapper', {
    theme: 'snow',
    modules: {
      table: true,
      tableUI: true,
    }
  })
}
1.0.7

4 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4-a14

5 years ago

1.0.4-a13

5 years ago

1.0.4-a12

5 years ago

1.0.4-a11

5 years ago

1.0.4-a10

5 years ago

1.0.4-a9

5 years ago

1.0.4-a8

5 years ago

1.0.4-a7

5 years ago

1.0.4-a6

5 years ago

1.0.4-a5

5 years ago

1.0.4-a4

5 years ago

1.0.4-a3

5 years ago

1.0.4-a2

5 years ago

1.0.4-a1

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago