Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 1.42 KB

README.md

File metadata and controls

43 lines (30 loc) · 1.42 KB

Splide Addon for Vaadin Flow

Vaadin component that uses Splide library to display images and videos as a carousel.

This component is part of Vaadin Component Factory.

Description

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.

Running the component demo

Run from the command line:

  • mvn -pl vcf-splide-demo -Pwar install jetty:run

Then navigate to http://localhost:8080/

Installing the component

Run from the command line:

  • mvn clean install -DskipTests

Using the component in a Flow application

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>

Examples

See examples on splide-demo.

Missing features or bugs

You can report any issue or missing feature on GitHub.

Flow documentation

Documentation for flow can be found in Flow documentation.

License

Apache Licence 2