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

    [Solved] <q-btn> hint not possible

    Framework
    3
    6
    715
    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.
    • S
      Stanley last edited by Stanley

      I want to to show some hint when put cursor on button, is that possible?

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

        Hi @Stanley you can use tooltips for that.
        https://quasar-framework.org/components/tooltip.html

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

          Example:

                <q-btn icon="fas fa-chevron-circle-left" flat round color="teal-6" @click="setPrevDay">
                  <q-tooltip anchor="bottom middle" self="top middle">Previous day</q-tooltip>
                </q-btn>
                <q-btn @click="setNextDay" icon="fas fa-chevron-circle-right" flat round color="teal-6" >
                  <q-tooltip anchor="bottom middle" self="top middle">Next day</q-tooltip>
                </q-btn>
          
          S 1 Reply Last reply Reply Quote 1
          • S
            Stanley @Shone last edited by

            @shone Thank you, Get it!

            1 Reply Last reply Reply Quote 1
            • S
              Stanley @Hawkeye64 last edited by

              @hawkeye64 Thank you for the detail.

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

                No problem. Happy to help when I can. 🙂

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