1.0.6 • Published 4 years ago

flyingwombat v1.0.6

Weekly downloads
21
License
-
Repository
-
Last release
4 years ago
npm i flyingwombat

React ChronoScope

Installing

Install the package in the React application.

npm i react-chronoscope

Import the npm library into root container file of React Application and invoke the library with the root container.

import chronoscope from 'react-chronoscope';
const container = document.querySelector('#root');
render(
    <App />,
    container,
    () => chronoscope(container)
);

Authors

Jason Huang Jimmy Mei Matt Peters Sergiy Alariki Vinh Chau

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago