I'm looking for help on how to incorporate a slider into my Vaadin 14 project. I discovered that the slider component was removed in Vaadin 10, so I turned to this alternative:
Once I added the Maven dependency and repository to my pom.xml, I successfully imported the slider into my Java class.
However, when I attempt to create an instance of it, I encounter the following error message:
"Couldn't find the definition of the element with tag 'vaadin-paper-slider' in any template file declared using '@JsModule' annotations".
Is there another plugin available where I don't need to create an HTML template class? Or could someone provide guidance on creating a template class for this slider addon?