Build responsive Single Page Apps, SSR Apps, PWAs, Hybrid Mobile Apps and Electron Apps, all using the same codebase!, powered with Vue.
Please make sure you have latest @quasar/extras
npm package version installed into your project folder in order for you to benefit from everything below.
Package | quasar.conf.js extras name | Version | Description | Notes |
---|---|---|---|---|
Roboto Font | roboto-font |
CDN v19 | Recommended font along Material theme | |
Roboto Font Latin Extended | roboto-font-latin-ext |
CDN v19 | Recommended font along Material theme | |
Material Icons | material-icons |
CDN v47 | Material icons font | Requires: Quasar 1.0.5+, @quasar/extras 1.2.0+ |
Material Icons Outlined | material-icons-outlined |
CDN v13 | Material icons outlined font | Requires: Quasar 1.0.5+, @quasar/extras 1.2.0+ |
Material Icons Round | material-icons-round |
CDN v13 | Material icons round font | Requires: Quasar 1.0.5+, @quasar/extras 1.2.0+ |
Material Icons Sharp | material-icons-sharp |
CDN v14 | Material icons sharp font | Requires: Quasar 1.0.5+, @quasar/extras 1.2.0+ |
MDI v4 (Material Design Icons) | mdi-v4 |
4.1.95 | Extended Material Design icons font | |
MDI v3 (Material Design Icons) | mdi-v3 |
3.6.95 | Extended Material Design icons font | |
Font Awesome | fontawesome-v5 |
5.9.0 | Fontawesome icons font | |
Ionicons | ionicons-v4 |
4.5.5 | Ionicons font | |
Eva Icons | eva-icons |
1.1.1 | Eva Icons font | |
Themify Icons | themify |
1.0.0 | Themify Icons font | |
Animate.css | Use animations prop |
3.5.2 | Bundle of animations you can use in your website/app |
Either install MDI v4 or MDI v3, but never both at the same time.
Why this package? Because it strips down unnecessary package files (so faster download times), all in one place, tested and ready to use with Quasar. One other reason is that the material icons npm package sometimes fails to be downloaded by NPM.
<q-icon name="..." />
Name | Prefix | Examples | Notes |
---|---|---|---|
material-icons | None | thumb_up | Notice the underline character instead of dash or space |
material-icons-outlined | o_ | o_thumb_up | Notice the underline character instead of dash or space |
material-icons-round | r_ | r_thumb_up | Notice the underline character instead of dash or space |
material-icons-sharp | s_ | s_thumb_up | Notice the underline character instead of dash or space |
ionicons-v4 | ion-, ion-md-, ion-ios-, ion-logo- | ion-heart, ion-logo-npm, ion-md-airplane | Use QIcon instead of <ion-icon> component; Logo icons require 'ion-logo-' prefix |
fontawesome-v5 | fa[s,r,l,b] fa- | "fas fa-ambulance" | QIcon "name" property is same as "class" attribute value in Fontawesome docs examples (where they show <i> tags) |
mdi-v3 | mdi- | mdi-alert-circle-outline | Notice the use of dash characters |
eva-icons | eva- | eva-shield-outline, eva-activity-outline | Notice the use of dash characters |
themify | ti- | ti-hand-point-up | Notice the use of dash characters |
Quasar Framework is an MIT-licensed open source project. Its ongoing development is made possible thanks to the support by these awesome backers.
Please read our manifest on Why donations are important. If you'd like to become a donator, check out Quasar Framework's Donator campaign.
Head on to the Quasar Framework official website: https://quasar.dev
For latest releases and announcements, follow on Twitter: @quasarframework
Ask questions at the official community Discord server: https://chat.quasar.dev
Head on to the official community forum: https://forum.quasar.dev
Using semver 2.0 notation for 'quasar-extras' package.
All assets included in this repository are exclusive property of their respective owners. Quasar does not take any credit in packages included here.