Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 911 Bytes

README.md

File metadata and controls

39 lines (27 loc) · 911 Bytes

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