quasarframework / quasar-ui-qoverlay

Overlays simplified

Home Page:https://quasarframework.github.io/quasar-ui-qoverlay

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

QOverlay (Vue Plugin, UMD and Quasar App Extension)

@quasar/quasar-ui-qoverlay @quasar/quasar-app-extension-qoverlay GitHub code size in bytes GitHub repo size in bytes

Structure

  • /ui - standalone npm package (go here for more information)
  • /app-extension - Quasar app extension
  • /docs - docs, demo and examples project
  • live demo - 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 or Jeff.

License

MIT (c) Jeff Galbraith jeff@quasar.dev

About

Overlays simplified

https://quasarframework.github.io/quasar-ui-qoverlay

License:MIT License


Languages

Language:JavaScript 85.2%Language:HTML 11.7%Language:Sass 3.1%