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

    Notification YouTube/Google like style?

    Help
    2
    2
    153
    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.
    • B
      bituacti last edited by

      <q-btn dense color="purple" round icon="email" class="q-ml-md">
            <q-badge color="red" floating>4</q-badge>
      </q-btn>
      

      See: https://quasar.dev/vue-components/badge#Example--Floating

      Would it be possible to simple show a dot instead? 🙂

      Thanks!

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

        a dot instead what ?
        can you be more explicit?

        you juste want an empty badge ?

        <q-btn push color="white" text-color="primary" label="Unread Mails">
              <q-badge color="orange" floating>&nbsp;</q-badge>
            </q-btn>
        

        you want a exclamation ?

        <q-btn push color="white" text-color="primary" label="Unread Mails">
             <q-badge color="orange" floating>!</q-badge>
           </q-btn>
        

        you want an icon ?

        <q-btn push color="white" text-color="primary" label="Unread Mails">
             <q-badge color="orange" floating><q-icon name="warning" /></q-badge>
           </q-btn>
        
        1 Reply Last reply Reply Quote 0
        • First post
          Last post