Skip to content

A web component that lets users add support for nested elements in their components

Notifications You must be signed in to change notification settings

Pancake-CMS/nested-includer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

nested-includer

A web component that lets users add support for nested elements in their components

Installation

bower install --save pancake-cms-nested-includer

Usage

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

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

About

A web component that lets users add support for nested elements in their components

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages