0.2.0 • Published 6 years ago

woke-html v0.2.0

Weekly downloads
-
License
ISC
Repository
github
Last release
6 years ago

Woke HTML

An enlightened html template library.

Installation

npm install woke-html

Usage

import { woke, WokeElement } from 'woke-html';

export class MyElement extends WokeElement {
    render() {
        return woke`<p>One cannot step into the same river twice.</p>`;
    }
}

Tests

npm test

0.2.0

6 years ago

0.1.7

6 years ago

0.1.6

6 years ago

0.1.5

6 years ago

0.1.4

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.0

6 years ago