Skip to content

Pancake-CMS/content-editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages