7.0.6 • Published 5 years ago

the-window v7.0.6

Weekly downloads
21
License
MIT
Repository
github
Last release
5 years ago

the-window

Build Status npm Version JS Standard

Browser utility for the-framework

Installation

$ npm install the-window --save

Usage

'use strict'

const React = require('react')
const {once, mount} = require('the-window')

async function tryExample () {
  once('DOMContentLoaded', () => {
    const element = React.createElement('div')
    mount(element, 'the-window-dom-id')
  })
}

tryExample().catch((err) => console.error(err))

API Guide

License

This software is released under the MIT License.

Links

7.0.6

5 years ago

7.0.5

5 years ago

7.0.4

5 years ago

7.0.3

5 years ago

7.0.2

5 years ago

7.0.1

6 years ago

7.0.0

6 years ago

6.1.8

6 years ago

6.1.7

6 years ago

6.1.6

6 years ago

6.1.4

6 years ago

6.1.3

6 years ago

6.1.2

6 years ago

6.1.1

6 years ago

6.1.0

6 years ago

6.0.1

6 years ago

6.0.0

6 years ago

5.3.3

6 years ago

5.3.2

6 years ago

5.3.1

6 years ago

5.3.0

6 years ago

5.2.8

6 years ago

5.2.7

6 years ago

5.2.6

6 years ago

5.2.5

6 years ago

5.2.4

7 years ago

5.2.3

7 years ago

5.2.2

7 years ago

5.2.1

7 years ago

5.2.0

7 years ago

5.1.1

7 years ago

5.1.0

7 years ago

5.0.2

7 years ago

5.0.1

7 years ago

5.0.0

7 years ago

4.2.1

7 years ago

4.2.0

7 years ago

4.0.3

7 years ago

4.0.2

7 years ago

4.0.1

7 years ago

4.0.0

7 years ago