0.1.2 • Published 3 years ago

quasar-app-extension-quas-tom v0.1.2

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

Quasar App Extension quas-tom

Add a short description of your App Extension. What does it do? How is it beneficial? Why would someone want to use it?

npm npm

Install

quasar ext add quas-tom

Quasar CLI will retrieve it from NPM and install the extension.

Usage

Replace any instance of <q-btn> with <q-t-btn>. Now you can control the default appearance of your btn in your quasar.conf.js

// quasar.conf.js

return {
  framework: {
    config: {
      QuasTom: {
        QTBtn: {
          rounded: true,
        }
      },
    }
  }
}

Uninstall

quasar ext remove quas-tom

Info

Add longer information here that will help the user of your app extension.

Other Info

Add other information that's not as important to know

Contribute

Github

Donate

If you appreciate the work that went into this App Extension, please consider donating to Quasar.

License

MIT (c) Ryan Worth ryan.design@live.com

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago

0.0.3

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago