window app using react & react-motion
npm install react-motion-window> window app using react & react-motion
 
This package is included in react-motion-components.
``bash`
npm install --save react-motion-window
`tsx
import * as React from 'react';
import Window from 'react-motion-window';
export default class App extends Component {
render() {
return (
MIT © pjb0811