jungle-dom
TypeScript icon, indicating that this package has built-in type declarations

0.1.3 • Public • Published

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"),
}))
 

Package Sidebar

Install

npm i jungle-dom

Weekly Downloads

0

Version

0.1.3

License

Apache-2.0

Last publish

Collaborators

  • space_ed