I want to make an infinity list using LitElement, LitHtml


Like this:

https://npm-demos.appspot.com/@polymer/iron-scroll-threshold@3.0.1/demo/scrolling-region.html

Now I am only show fixed array: toFollow size 5

<div id = "wrapper" style="padding: 10px; "> 

            ${repeat(toFollow, (item) => html`

                <follow-card

                    id="followCard"

                    fullData=${item}></follow-card>

            `)}

            </div>

Anyone have same sample of this implementation in polymer 3!

 

Thanks

Follow Polymer on Google+: plus.google.com/107187849809354688692
--- 
You received this message because you are subscribed to the Google Groups 
"Polymer" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to polymer-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/polymer-dev/297574c4-7b14-4e25-adb2-d68c927cc2e3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to