/adamantium-editor

Polymer element - WYSIWYG online content editor

Primary LanguageHTML

adamantium-element Published on webcomponents.org

Polymer (1) element that displays a WYSIWYG text editor.

Installation

Clone or dowload the Github repo or via bower:

bower install adamantium-editor

Usage

Import the element in your polymer project and attach it:

<script src="../webcomponentsjs/webcomponents-lite.js"></script>

<adamanitum-editor id="editor" body-text="This is a text"></adamantium-editor>

Includes a get() method for get typed text.


License: MIT