1.0.6 • Published 6 years ago

flyingwombat v1.0.6

Weekly downloads
21
License
-
Repository
-
Last release
6 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

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago