Socket
Socket
Sign inDemoInstall

@quasar/extras

Package Overview
Dependencies
0
Maintainers
4
Versions
109
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @quasar/extras

Quasar Framework fonts, icons and animations


Version published
Weekly downloads
96K
decreased by-17.78%
Maintainers
4
Created
Weekly downloads
 

Readme

Source

Quasar Framework logo

Quasar Framework Extras Package

Build high-performance VueJS user interfaces in record time: responsive Single Page Apps, SSR Apps, PWAs, Browser extensions, Hybrid Mobile Apps and Electron Apps. If you want, all using the same codebase!

Join the chat at https://chat.quasar.dev https://good-labs.github.io/greater-good-affirmation/assets/images/badge.svg

Why?

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.

Contents

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.

Webfonts

VendorVersionquasar.conf.js extras nameDescriptionNotesLicense
Roboto FontCDN v30roboto-fontRecommended font along Material themeLicense
Roboto Font Latin ExtendedCDN v30roboto-font-latin-extRecommended font along Material themeLicense
Material Icons (Google)CDN v141material-iconsMaterial icons fontRequires: @quasar/extras 1.2+License
Material Icons OutlinedCDN v109material-icons-outlinedMaterial icons outlined fontRequires: @quasar/extras 1.2+License
Material Icons RoundCDN v108material-icons-roundMaterial icons round fontRequires: @quasar/extras 1.2+License
Material Icons SharpCDN v109material-icons-sharpMaterial icons sharp fontRequires: @quasar/extras 1.2+License
Material Symbols OutlinedCDN v170material-symbols-outlinedMaterial symbols outlined fontRequires: @quasar/extras 1.14+License
Material Symbols RoundedCDN v168material-symbols-roundedMaterial symbols rounded fontRequires: @quasar/extras 1.14+License
Material Symbols SharpCDN v166material-symbols-sharpMaterial symbols sharp fontRequires: @quasar/extras 1.14+License
MDI v7 (Material Design Icons)7.4.47mdi-v7Extended Material Design icons fontRequires: @quasar/extras 1.15+License
MDI v6 (Material Design Icons)6.9.96mdi-v6Extended Material Design icons fontLicense
MDI v5 (Material Design Icons)5.9.55mdi-v5Extended Material Design icons fontLicense
MDI v4 (Material Design Icons)4.9.95mdi-v4Extended Material Design icons fontLicense
MDI v3 (Material Design Icons)3.6.95mdi-v3Extended Material Design icons fontLicense
Font Awesome v66.5.1fontawesome-v6Fontawesome icons fontRequires: @quasar/extras 1.13+License
Font Awesome v55.15.4fontawesome-v5Fontawesome icons fontLicense
Ionicons4.6.3ionicons-v4Ionicons fontLicense
Eva Icons1.1.3eva-iconsEva Icons fontLicense
Themify Icons1.0.1themifyThemify Icons fontLicense
Line Awesome1.3.0line-awesomeLine Awesome fontRequires: @quasar/extras 1.5+License
Bootstrap Icons1.11.3bootstrap-iconsBootstrap Icons fontRequires: @quasar/extras 1.10+License
Animate.css4.1.1Use animations propBundle of animations you can use in your website/appLicense

Install one of MDI v6, MDI v5, MDI v4 or MDI v3, but never together at the same time.

Note that ionicons v5+ no longer comes with a webfont.

SVG

Quasar v1.7+ required for svg Quasar Icon Sets.

VendorVersionQuasar IconSet nameImport Icons fromNotesLicense
Material Icons (Google)CDN v141svg-material-icons@quasar/extras/material-iconsLicense
Material Icons Outlined (Google)CDN v109svg-material-icons-outlined@quasar/extras/material-icons-outlinedRequires: @quasar/extras 1.9+License
Material Icons Round (Google)CDN v108svg-material-icons-round@quasar/extras/material-icons-roundRequires: @quasar/extras 1.9+License
Material Icons Sharp (Google)CDN v109svg-material-icons-sharp@quasar/extras/material-icons-sharpRequires: @quasar/extras 1.9+License
Material Symbols Outlined (Google)CDN v170svg-material-symbols-outlined@quasar/extras/material-symbols-outlinedRequires: @quasar/extras 1.14+License
Material Symbols Rounded (Google)CDN v168svg-material-symbols-rounded@quasar/extras/material-symbols-roundedRequires: @quasar/extras 1.14+License
Material Symbols Sharp (Google)CDN v166svg-material-symbols-sharp@quasar/extras/material-symbols-sharpRequires: @quasar/extras 1.14+License
MDI v7 (Material Design Icons)7.4.47svg-mdi-v7@quasar/extras/mdi-v7License
MDI v6 (Material Design Icons)6.9.96svg-mdi-v6@quasar/extras/mdi-v6License
MDI v5 (Material Design Icons)5.9.55svg-mdi-v5@quasar/extras/mdi-v5License
MDI v4 (Material Design Icons)4.9.95svg-mdi-v4@quasar/extras/mdi-v4License
Font Awesome v66.5.1svg-fontawesome-v6@quasar/extras/fontawesome-v6Requires: @quasar/extras 1.13+License
Font Awesome v55.15.4svg-fontawesome-v5@quasar/extras/fontawesome-v5License
Ionicons v77.3.1svg-ionicons-v7@quasar/extras/ionicons-v7Requires: @quasar/extras 1.16+Icon License
Ionicons v66.1.3svg-ionicons-v6@quasar/extras/ionicons-v6Requires: @quasar/extras 1.12+Icon License
Ionicons v55.5.4svg-ionicons-v5@quasar/extras/ionicons-v5Requires: @quasar/extras 1.7+Icon License
Ionicons v44.6.3svg-ionicons-v4@quasar/extras/ionicons-v4No icon font (woof) files for Ionicons since v4.6.3Icon License
Eva Icons1.1.3svg-eva-icons@quasar/extras/eva-iconsLicense
Themify Icons1.0.1svg-themify@quasar/extras/themifyLicense
Line Awesome1.3.0svg-line-awesome@quasar/extras/line-awesomeRequires: @quasar/extras 1.5+License
Bootstrap Icons1.11.3svg-bootstrap-icons@quasar/extras/bootstrap-iconsRequires: @quasar/extras 1.10+License

Example:

// some .vue file in devland
<template>
  <div>
    <q-icon :name="matMenu" />
    <q-btn :icon="mdiAbTesting" />
  </div>
</template>

<script>
import { matMenu } from '@quasar/extras/material-icons'
import { mdiAbTesting } from '@quasar/extras/mdi-v5'

export default {
  // ...
  created () {
    this.matMenu = matMenu
    this.mdiAbTesting = mdiAbTesting
  }
}

QIcon cheatsheet

<q-icon name="..." />
NamePrefixExamplesNotesLicense
material-iconsNonethumb_upNotice the underline character instead of dash or space
material-icons-outlinedo_o_thumb_upNotice the underline character instead of dash or space
material-icons-roundr_r_thumb_upNotice the underline character instead of dash or space
material-icons-sharps_s_thumb_upNotice the underline character instead of dash or space
ionicons-v4ion-, ion-md-, ion-ios-, ion-logo-ion-heart, ion-logo-npm, ion-md-airplaneUse QIcon instead of <ion-icon> component; Logo icons require 'ion-logo-' prefix
fontawesome-v5fa[s,r,l,b,d] fa-"fas fa-ambulance"QIcon "name" property is same as "class" attribute value in Fontawesome docs examples (where they show <i> tags)
mdi-v5mdi-mdi-alert-circle-outlineNotice the use of dash characters
eva-iconseva-eva-shield-outline, eva-activity-outlineNotice the use of dash characters
themifyti-ti-hand-point-upNotice the use of dash characters
line-awesomela[s,r,l,b,d] la-"las la-atom"QIcon "name" property is same as "class" attribute value in Line Awesome docs examples (where they show <i> tags)
bootstrap-iconsbi-bi-bug-fillNotice the use of dash characters

SVG name format

Svg icons will be defined as String with the following syntax:

Syntax: "<path>|<viewBox>" or "<path>" (with implicit viewBox of '0 0 24 24')
Examples:
  M9 3L5 6.99h3V14h2V6.99h3L9 3zm7 14.01V10h-2v7.01h-3L15 21l4-3.99h-3z|0 0 24 24
  M9 3L5 6.99h3V14h2V6.99h3L9 3zm7 14.01V10h-2v7.01h-3L15 21l4-3.99h-3z

Supporting Quasar

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.

Documentation

Head on to the Quasar Framework official website: https://quasar.dev

Stay in Touch

For latest releases and announcements, follow on Twitter: @quasarframework

Chat Support

Ask questions at the official community Discord server: https://chat.quasar.dev

Community Forum

Head on to the official community forum: https://forum.quasar.dev

Semver

Using semver 2.0 notation for '@quasar/extras' package.

License

All assets included in this repository are exclusive property of their respective owners and licensed under their own respective licenses. Quasar does not take any credit in packages included here.

Keywords

FAQs

Last updated on 29 Mar 2024

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc