react-dock
react-dock copied to clipboard
Resizable dockable react component
From react 16.9.0, there is now a warning when componentWillReceiveProps is used. https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html
Pass `isResizable` to control ability to resize the panel. (`true` by default for ensuring backwards compatability)
Currently, attempting to use this module in TypeScript returns an error because there is no type declaration. Thankfully, the `prop-types` library makes it really easy to generate the type declaration...
Bumps [eslint](https://github.com/eslint/eslint) from 1.10.3 to 4.19.1. Release notes *Sourced from [eslint's releases](https://github.com/eslint/eslint/releases).* > ## v4.19.1 > * 3ff5d11 Fix: no-invalid-regexp not understand variable for flags (fixes [#10112](https://github-redirect.dependabot.com/eslint/eslint/issues/10112)) ([#10113](https://github-redirect.dependabot.com/eslint/eslint/issues/10113)) (薛定谔的猫) >...
Would be nice if you had a button where you could permanently attach the doc so it wasn't in flyout mode but became a sidebar.
I love this dock, but is there a way to prevent content from appearing in non visible area of dock? for example. I have the size set to 0.50, position...
Hello, I was wondering if or how you can resize the height of a dock to fit within a div container. It seems that the default is the window height....
update: 1. Disable update size if is uncontrolled 2. Hide resizer if is uncontrolled
Please make the lib compatible for async rendering. Thank you and yes, it is a great library. We use it in our production.
 As the picture shows, when a dock is opened, I want to be able to close it by clicking on the grey...