An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

QOverlay (Vue Plugin, UMD and Quasar App Extension)
===

![@quasar/quasar-ui-qoverlay](https://img.shields.io/npm/v/@quasar/quasar-ui-qoverlay/next?label=@quasar/quasar-ui-qoverlay)
![@quasar/quasar-app-extension-qoverlay](https://img.shields.io/npm/v/@quasar/quasar-app-extension-qoverlay/next?label=@quasar/quasar-app-extension-qoverlay)
[![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/quasarframework/quasar-ui-qoverlay.svg)]()
[![GitHub repo size in bytes](https://img.shields.io/github/repo-size/quasarframework/quasar-ui-qoverlay.svg)]()

# 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