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

    How to make popover on Quasar?

    Framework
    2
    8
    592
    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.
    • bekki
      bekki last edited by

      Hi, everyone! Please take my sentences quite funny.
      I have problem. I don’t know how to make the hoverable button menu (popover menu) component.
      Does anyone have any ideas!

      1 Reply Last reply Reply Quote 0
      • s.molinari
        s.molinari last edited by

        You mean like the top right button menus in the Quasar docs? If yes, there you have code examples.

        https://github.com/quasarframework/quasar/tree/dev/docs

        Dig in and take a look.

        Scott

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

          Yes, I mean that one you said but there is one problem here.
          It should appear when I hover onto it and when I left it it should appear.
          I used @mouseover, @mouseenter, @mouseleave and @mouseout in order to make it.
          And I placed Q-List in Q-Menu and Q-Menu in Q-btn to make their size the same. It workd! But there is a problem.
          When I left the button with left or right side there is no any changes. How I can make it the same with I wanted.

          You can see what I’ve tried here on codepen: https://codepen.io/Mirzo-N1/pen/xxbLvRg

          1 Reply Last reply Reply Quote 0
          • s.molinari
            s.molinari last edited by

            You’ll need a bit more logic/ state between the hover of the button and the menu and the mouse leaving either of them. I did an example, but can’t find it, You should use methods for the switching logic.

            Scott

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

              Thank you for trying.
              I have a question now. Which Vue JS library is more suitable to use with Quasar for web and mobile too?
              Thanks in advance. After the response please don’t close the topic. If others know something about the question they may write some answers.

              1 Reply Last reply Reply Quote 0
              • s.molinari
                s.molinari last edited by

                For new questions, you should start a new topic/ thread.

                But, to answer your question, I have to ask a question. What do you mean by Vue JS library? What problem is it you want to solve with the library?

                Scott

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

                  Just I want to make a button which I said above.
                  If there is any additional VueJS library or something
                  one another to make this component easily please share it with me, please.
                  I tried but can’t make that hover dropdown button component.
                  I hope it will be added in the future releases of Quasar and will be added into the docs.

                  This is what I want to tell you. Have a nice day, @S-Molinari.

                  1 Reply Last reply Reply Quote 0
                  • s.molinari
                    s.molinari last edited by

                    It’s really not that hard to create the logic for the hover. No library will help you with it directly.

                    Scott

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