I tried to use it, but when I click on the navigation buttons, it generates an exception (“movePos is not a function”) because it does not recognize the functions that are sent to execute in each button (“movePos”, “moveNext” and “movePrev”). I attached an image of the error.
I went to the component page “l2t-paper-slider” (“https://www.webcomponents.org/element/Link2Twenty/l2t-paper-slider”) and I was able to verify that the names of the functions you used are correct .
I am also enclosing the example project that I am running.
I solved the problem by developing my own component “Carousel” from the Web component “l2t-paper-slider”. Obviously, I reused all the code of the “Carousel Addon” of “Flowing Code S.A”.
Thanks Vaadin Flow for teaching me how to use a Web component from Vaadin!