An open API service indexing awesome lists of open source software.

https://github.com/bredele/molder

create custom elements today (almost)
https://github.com/bredele/molder

Last synced: over 1 year ago
JSON representation

create custom elements today (almost)

Awesome Lists containing this project

README

          

# molder

Subsitute elements with a custom element syntax.

## Usage

[Custom elements](http://webcomponents.org/articles/introduction-to-custom-elements/) are probably the next big thing in HTML.

```html

slide 1

slide 2

```

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

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