movable and focusable windows
npm install @jwhenry/react-windows> movable and focusable windows
 
``bash`
npm install --save react-windows
`tsx
import React, { Component } from 'react'
import {Panel, Panels, setComponent} from '@jwhenry/react-windows';
export default MyComponent extends React.Component {
componentDidMount() {
setComponent('test', Content}
}
render() {
return
}
}
``
MIT © jwhenry3