15.8.3 • Published 4 years ago

@the-/window v15.8.3

Weekly downloads
1,186
License
MIT
Repository
github
Last release
4 years ago

@the-/window

npm Version

Browser utility for the-framework

Installation

$ npm install @the-/window --save

Usage

'use strict'

const React = require('react')
const { mount, once } = 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

See API Guide for more detail

License

This software is released under the MIT License.

Links