Vaadin component that uses Splide library to display images and videos as a carousel.
This component is part of Vaadin Component Factory.
Splide component allows to create a carousel/slider to display images and videos (youtube, vimeo or html) including a thumbnail control and full screen functionality.
Run from the command line:
mvn -pl vcf-splide-demo -Pwar install jetty:run
Then navigate to http://localhost:8080/
Run from the command line:
mvn clean install -DskipTests
To use the component in an application using maven,
add the following dependency to your pom.xml
:
<dependency>
<groupId>org.vaadin.addons.componentfactory</groupId>
<artifactId>vcf-splide</artifactId>
<version>${component.version}</version>
</dependency>
See examples on splide-demo.
You can report any issue or missing feature on GitHub.
Documentation for flow can be found in Flow documentation.
Apache Licence 2