https://github.com/quasarframework/quasar-ui-qwindow
QWindow - Floating, moveable, resizable windows
https://github.com/quasarframework/quasar-ui-qwindow
Last synced: about 1 year ago
JSON representation
QWindow - Floating, moveable, resizable windows
- Host: GitHub
- URL: https://github.com/quasarframework/quasar-ui-qwindow
- Owner: quasarframework
- License: mit
- Created: 2019-07-21T21:50:48.000Z (almost 7 years ago)
- Default Branch: dev
- Last Pushed: 2022-03-20T16:51:30.000Z (about 4 years ago)
- Last Synced: 2025-04-12T07:09:29.294Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://quasarframework.github.io/quasar-ui-qwindow/
- Size: 6.11 MB
- Stars: 58
- Watchers: 2
- Forks: 4
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
> It's likely this App Extension will be deprecated (no support for Quasar v2/Vue 3) unless it gets a strong representation from developers using it.
QWindow (Vue Plugin, UMD and Quasar App Extension)
===


[]()
[]()
# Structure
* [/ui](ui) - standalone npm package (go here for more information)
* [/app-extension](app-extension) - Quasar app extension
* [/demo](demo) - sources for docs, demo and examples project
* [live demo](https://quasarframework.github.io/quasar-ui-qwindow/docs) - live docs, demo and examples
# Demo Workflow
If you fork or download this project, make sure you have the Quasar CLI globally installed:
```
$ npm i -g @quasar/cli
```
The workflow to build the demo, on a fresh project, is as follows:
```
$ cd ui
$ yarn
$ yarn build
$ cd ../demo
$ yarn
$ quasar dev
```
# Codepen
[UMD example on Codepen](https://codepen.io/Hawkeye64/pen/RwwwKQL)
# Donate
If you appreciate the work that went into this, please consider donating to [Quasar](https://donate.quasar.dev) or [Jeff](https://github.com/sponsors/hawkeye64).
# License
MIT (c) Jeff Galbraith