0.1.3 • Published 6 years ago

jungle-dom v0.1.3

Weekly downloads
1
License
Apache-2.0
Repository
github
Last release
6 years ago

Jungle-Dom

A client side document creation domain for the jungle framework

Usage

//the domain exports and entry point
import DOM from 'jungle-dom'

import {J, j, Domain} from 'jungle-core'

//creating 
const appD = new Domain().on(J)
    .define('dom', DOM)

const app = appD.recover(j('dom',{
    head:{
        mount:'jungle-mount-id'
    },

    header:j('h1', "The example"),
}))
0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago