1.0.9 • Published 7 years ago

@framejs/renderer-lit-html v1.0.9

Weekly downloads
22
License
MIT
Repository
github
Last release
7 years ago

@framejs/renderer-lit-html

FrameJS rendererer for lit-html.

lit-html is a great templating extension when working with complex elements. Read more about lit-html.

Install

$ npm install @framejs/core @framejs/renderer-lit-html

Usage

import { CustomElement } from '@framejs/core';
import { withLitHtml, html } from '@framejs/renderer-lit-html';

@CustomElement({
    tag: 'my-element'
})
class MyElement extends withLitHtml(HTMLElement) {
    render() {
        return html`I'm so lit!`;
    }
}
1.0.9

7 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0-rc.5

7 years ago

1.0.0-rc.4

7 years ago

1.0.0-rc.3

7 years ago

1.0.0-rc.2

7 years ago

1.0.0-rc.1

7 years ago

0.1.4

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago