Pancake-CMS / content-editor

A web component that lets users edit the content

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

content-editor

A polymer behavior that upgrades a user component to handle content.

Installation

bower install --save pancake-cms-content-editor

Usage

While creating your element, you will need to append the ContentEditorBehavior to your code.

Polymer({
    is: 'my-element',
    behaviors: [ContentEditorBehavior]
});

About

A web component that lets users edit the content


Languages

Language:HTML 100.0%