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
    1. Home
    2. Tags
    3. icon
    Log in to post
    • J

      How to add a label to an q-icon?
      Framework • icon q-icon • • johnm

      5
      0
      Votes
      5
      Posts
      618
      Views

      J

      @beets Yeah looks good. thanks!

    • A

      Replace material icon with my own custom icon
      Help • css custom icon icons scss • • acros

      5
      0
      Votes
      5
      Posts
      873
      Views

      T

      @acros, as @Hawkeye64 mentioned - in my case itโ€™s [ in App.vue ]

      created () { this.$q.iconMapFn = (iconName) => { if (iconName.startsWith('chevron_left') === true) { return { cls: 'fal fa-chevron-left' } } if (iconName.startsWith('chevron_right') === true) { return { cls: 'fal fa-chevron-right' } } } },
    • T

      Using a custom icon font (Fontello, Flaticons, etc)
      Show & Tell • custom font icon • • terrybradshaw

      4
      0
      Votes
      4
      Posts
      887
      Views

      D

      @terrybradshaw: Did you opened a PR or Feature Request for this issue? It would be awesome to get custom fonts into Quasar. We are at version 1.2.6 now. ๐Ÿ™‚