Pancake-CMS / nested-includer

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:HTML 100.0%