https://github.com/vaadin-component-factory/vcf-splide-flow
Carousel component based on splidejs
https://github.com/vaadin-component-factory/vcf-splide-flow
Last synced: 24 days ago
JSON representation
Carousel component based on splidejs
- Host: GitHub
- URL: https://github.com/vaadin-component-factory/vcf-splide-flow
- Owner: vaadin-component-factory
- License: apache-2.0
- Created: 2022-03-28T17:36:22.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-19T16:20:22.000Z (almost 2 years ago)
- Last Synced: 2024-04-17T10:09:43.804Z (about 1 year ago)
- Language: Java
- Size: 118 KB
- Stars: 4
- Watchers: 8
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Splide Addon for Vaadin Flow
Vaadin component that uses [Splide](https://github.com/Splidejs/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`:
```org.vaadin.addons.componentfactory
vcf-splide
${component.version}```
## ExamplesSee examples on [splide-demo](https://github.com/vaadin-component-factory/vcf-splide-flow/tree/main/vcf-splide-demo/src/main/java/com/vaadin/componentfactory/demo).
## Missing features or bugs
You can report any issue or missing feature on [GitHub](https://github.com/vaadin-component-factory/vcf-splide-flow/issues).
## Flow documentation
Documentation for flow can be found in [Flow documentation](https://vaadin.com/docs/v14/flow/overview).## License
Apache Licence 2