Skip to content

Commit

Permalink
Update readme for quill html render
Browse files Browse the repository at this point in the history
  • Loading branch information
chuckh committed Dec 22, 2016
1 parent 6c7bb3a commit 82127bc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

`polymer-quill` element creates a Polymer Quill Rich Text Editor using the Snow Theme.
`polymer-quill-bubble` element creates a Polymer Quill Rich Text Editor using the Bubble Theme (popup toolbar like Medium).
`polymer-quill-html-render` element creates a Polymer Quill HTML Render

Quill is a free, open source WYSIWYG editor built for the modern web.
With its modular architecture and expressive API, it is completely customizable to fit any need.
Expand All @@ -15,6 +16,7 @@ Learn more at http://quilljs.com/
- [Demo](https://chuckh.github.io/polymer-quill/components/polymer-quill/demo/)
- [Demo Snow Toolbar](https://chuckh.github.io/polymer-quill/components/polymer-quill/demo/)
- [Demo Bubble Toolbar (Medium style)](https://chuckh.github.io/polymer-quill/components/polymer-quill/demo/bubble.html)
- [Demo Quill HTML Render](https://chuckh.github.io/polymer-quill/components/polymer-quill/demo/html-render.html)

### Examples

Expand All @@ -30,6 +32,11 @@ Learn more at http://quilljs.com/

<polymer-quill content="Hello World" store-as="html" store-interval="5000" show-results></polymer-quill>

#### Custom (stores as HTML every 5 seconds, show results)

<polymer-quill-html-render content="<h2 class="ql-align-center">Hello World</h2>"></polymer-quill-html-render>


#### Demo example

```html
Expand Down

0 comments on commit 82127bc

Please sign in to comment.