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

    Is there a way to add subtitle to QToolbarTitle?

    Help
    2
    3
    307
    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.
    • K
      Koleto last edited by

      I am migrating a project from v0.17 … and stuck on missing subtitle slot for QToolbarTitle. Is there other way to add subtitle to QToolbarTitle?

          <q-toolbar-title>
            {{ model }}
            <div slot="subtitle">{{ name }}</div>
          </q-toolbar-title>
      metalsadman 1 Reply Last reply Reply Quote 0
      • metalsadman
        metalsadman @Koleto last edited by metalsadman

        @Koleto something like this

        <q-toolbar-title>
          <div class="column">
            <div>Quasar Framework</div>
            <div class="text-subtitle1">Sub</div>
          </div>
        </q-toolbar-title>
        

        c06d5a02-7abd-4adb-bc22-6ff513faad65-image.png

        1 Reply Last reply Reply Quote 0
        • K
          Koleto last edited by

          Perfekt! Thank you!

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