1.0.7 • Published 6 years ago

quill-table-ui v1.0.7

Weekly downloads
6,558
License
BSD-3-Clause
Repository
github
Last release
6 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

6 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4-a14

7 years ago

1.0.4-a13

7 years ago

1.0.4-a12

7 years ago

1.0.4-a11

7 years ago

1.0.4-a10

7 years ago

1.0.4-a9

7 years ago

1.0.4-a8

7 years ago

1.0.4-a7

7 years ago

1.0.4-a6

7 years ago

1.0.4-a5

7 years ago

1.0.4-a4

7 years ago

1.0.4-a3

7 years ago

1.0.4-a2

7 years ago

1.0.4-a1

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago