Component QVerticalExpansionItem
QVerticalExpansionItem is a Quasar component. It allows you to have Vertical Expanders for your Quasar App.
Examples and Documentation
Can be found here
Usage
Quasar CLI project
Install the App Extension.
OR:
Create and register a boot file:
Vue
OR:
Vue CLI project
Vue
OR:
UMD variant
Exports window.QVerticalExpansionItem
.
Add the following tag(s) after the Quasar ones:
<!-- AFTER the Quasar stylesheet tags: --> <!-- at end of body, AFTER Quasar script(s): -->
If you need the RTL variant of the CSS, then go for the following (instead of the above stylesheet link):
Setup
$ yarn
Developing
In the ui
folder
# start dev in SPA mode $ yarn dev # start dev in UMD mode $ yarn dev:umd # start dev in SSR mode $ yarn dev:ssr # start dev in Cordova iOS mode $ yarn dev:ios # start dev in Cordova Android mode $ yarn dev:android # start dev in Electron mode $ yarn dev:electron
Building package
$ yarn build # build just the JSON API $ yarn build:api
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