https://github.com/quasarframework/quasar-ui-qoverlay
Overlays simplified
https://github.com/quasarframework/quasar-ui-qoverlay
Last synced: about 1 year ago
JSON representation
Overlays simplified
- Host: GitHub
- URL: https://github.com/quasarframework/quasar-ui-qoverlay
- Owner: quasarframework
- License: mit
- Created: 2019-03-23T17:31:03.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2022-03-13T15:44:06.000Z (about 4 years ago)
- Last Synced: 2025-04-17T14:14:39.996Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://quasarframework.github.io/quasar-ui-qoverlay
- Size: 9.2 MB
- Stars: 31
- Watchers: 2
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
QOverlay (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
* [/docs](docs) - docs, demo and examples project
* [live demo](https://quasarframework.github.io/quasar-ui-qoverlay/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
or
yarn global add @quasar/cli
```
The workflow to build the demo, on a fresh project, is as follows:
```
$ cd ui
$ yarn
$ yarn build
$ cd ../docs
$ yarn
$ quasar dev
```
# 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