No More Posting New Topics!

If you have a question or an issue, please start a thread in our Github Discussions Forum.
This forum is closed for new threads/ topics.

Navigation

    Quasar Framework

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search

    Quasar Extras update (MDI & Fontawesome 5)

    Announcements
    5
    6
    3401
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • rstoenescu
      rstoenescu Admin last edited by

      Hi,

      Package “quasar-extras” has just received an update (v1.0.0 – no breaking changes), adding MDI and Fontawesome v5.

      Package Changes Version Description
      Roboto Font Default recommended font when building with Material theme
      Material Icons 3.0.1 Material icons font
      MDI (Material Design Icons) NEW 2.1.19 Extended Material Design icons font
      Font Awesome Updated 5.0.0 Fontawesome icons font
      Ionicons 2.0.1 Ionicons font
      Animate.css 3.5.2 Bundle of animations you can use in your website/app

      Enjoy!

      1 Reply Last reply Reply Quote 6
      • W
        wannymiarelli last edited by

        Great! The MDI support is very cool! Thank you 😃

        1 Reply Last reply Reply Quote 0
        • marcelo
          marcelo last edited by

          having troubles with font awesome fonts! not only because they change some icon names, but also I do not know how to use new fas, far, fal with QIcon! looks like QIcon is not working with FontAwesome 5…

          1 Reply Last reply Reply Quote 0
          • L
            luc.claustres last edited by luc.claustres

            On the dev branch (0.15) you can try adding the right class according to your icon style like in https://github.com/quasarframework/quasar/blob/dev/dev/components/components/icon.vue#L16. Unfortunately I did not succeed in making it work with 0.14.

            1 Reply Last reply Reply Quote 0
            • Hawkeye64
              Hawkeye64 last edited by

              This is working for me. Not how I would have expected to do it though. I left icon in to show it should be empty.
              <q-item-side icon="" class="fa-clock far"/>

              1 Reply Last reply Reply Quote 0
              • rstoenescu
                rstoenescu Admin last edited by

                v0.14: <q-item-side icon=“fa-clock far”
                v0.15: <q-item-side icon=“far fa-clock”

                1 Reply Last reply Reply Quote 0
                • First post
                  Last post