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

    tooltips for tabs

    Help
    2
    3
    996
    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.
    • V
      vitaly last edited by

      How to assign a tooltip to a tab?
      thank you

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

        This works for me:

              <q-tabs :refs="$refs" class="justified">
                <q-tab name="tab-b-1"><i class="q-tabs-icon">assignment</i><q-tooltip>Tab 1</q-tooltip></q-tab>
                <q-tab name="tab-b-2"><i class="q-tabs-icon">attach_file</i><q-tooltip>Tab 2</q-tooltip></q-tab>
                <q-tab name="tab-b-3"><i class="q-tabs-icon">upload</i><q-tooltip>Tab 3</q-tooltip></q-tab>
              </q-tabs>
        1 Reply Last reply Reply Quote 1
        • V
          vitaly last edited by

          Thank you
          It works for me now

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