molder

1.2.0 • Public • Published

molder

Subsitute elements with a custom element syntax.

Usage

Custom elements are probably the next big thing in HTML.

<my-carousel>
  <div>slide 1</div>
  <div>slide 2</div>
</my-carousel>

It is unfortunately not available in all browsers currently but you can start using the syntax (content, select, etc) today using molder.

var molder = require('molder')
molder(document.querySelector('my-carousel'), component)

Dependencies (0)

    Dev Dependencies (3)

    Package Sidebar

    Install

    npm i molder

    Weekly Downloads

    7

    Version

    1.2.0

    License

    MIT

    Last publish

    Collaborators

    • bredele