Code Monkey home page Code Monkey logo

Comments (1)

kluzny avatar kluzny commented on May 26, 2024 1

Here is what I'm doing:

  <popper trigger='clickToOpen'
          @show='isVisible = true'
          @hide='isVisible = false'
          ref='popper'
          :options="{
            placement: 'bottom',
          }">
    <div class='popper'>
      <grid-color-picker v-if='isVisible' @picked="picked"/>
    </div>
    <i slot='reference' class="fa fa-tint fa-lg" :style="coloredStyle" title="Click to select a color"></i>
  </popper>

So on the show event, I flag isVisible to true, then I use that to render my content. You may want to add a min-height to your image container to prevent it from jittering.

The advantage of this approach, is that there are no dom elements in all your popovers, until they become visible.

I'm using about 1000-5000 popovers using this approach, which seems to be the upper bound in terms of page performance.

Anymore than that and I'm going to have to do some dynamic list rendering or other magic.

from vue-popper.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.