Window toolkit providing resizeable, draggable UI containers ==================== API Documentation [latest release](http://package.elm-lang.org/packages/ThinkAlexandria/window-manager/latest) # Notes This library is an extension for [ThinkAlexandria/elm-drag-locations](http://package.elm-lang.org/packages/ThinkAlexandria/elm-drag-locations/latest). This library requires you to directly integrate `elm-drag-locations` with your code to be functional. ## Example Two independently draggable and resizable windows. Drag handle area for the entire window is light purple, green rectangles are handles for resizing in one dimension, and dark purple corner rectangles are handles for resizing in two dimensions. ![](img/example.png) ## License Licensed under either of these: * Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or https://www.apache.org/licenses/LICENSE-2.0) * MIT license ([LICENSE-MIT](LICENSE-MIT) or https://opensource.org/licenses/MIT) ### Contributing Unless you explicitly state otherwise, any contribution you intentionally submit for inclusion in the work, as defined in the Apache-2.0 license, shall be dual-licensed as above, without any additional terms or conditions.