From f02641deb73cb3e7caa115796af796b58cd6f4ce Mon Sep 17 00:00:00 2001 From: Kevin Jahns Date: Thu, 1 Dec 2016 11:15:39 +0100 Subject: [PATCH] Added Yjs Polymer element to module section --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 84986e40..96c85991 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,12 @@ Connectors, Databases, and Types are available as modules that extend Yjs. Here |[text](https://github.com/y-js/y-text) | Collaborate on text. Supports two way binding to the [Ace Editor](https://ace.c9.io), textareas, input elements, and HTML elements (e.g. <*h1*>, or <*p*>) | |[richtext](https://github.com/y-js/y-richtext) | Collaborate on rich text. Supports two way binding to the [Quill Rich Text Editor](http://quilljs.com/)| +##### Other + +| Name | Description | +|-----------|-------------------| +|[y-element](http://y-js.org/y-element/) | Yjs Polymer Element | + ## Use it! Install Yjs, and its modules with [bower](http://bower.io/), or [npm](https://www.npmjs.org/package/yjs).