WC Stories Addon
Vaadin 14+ Addon for displaying images as stories
This add-on provides a simple wrapper for @gugadev/wc-stories
It allows to display images in the same way as Instagram Stories or Whatsapp states.
Found a bug or have a suggestion? Report it on GitHub
For bug reports, feature suggestions, or questions, please open an issue on GitHub. This makes it easier for us to track and respond efficiently, ensuring you get the best possible support. Your input helps us improve—thank you!
Sample code
add (new WCStories(Arrays.asList("/images/story_1.png", "/images/story_2.png")));
WCStories wcstories = new WCStories(Arrays.asList("/images/story_1.png", "/images/story_2.png", "/images/story_3.png" )); wcstories.setHeight(655); wcstories.setWidth(370); wcstories.setDuration(4000); wcstories.setWithShadow(true); add(wcstories);
Links
Compatibility
Was this helpful? Need more help?
Leave a comment or a question below. You can also join
the chat on Discord or
ask questions on StackOverflow.
Version
Bug fixes:
- Replace vaadin dependency with vaadin-core
- Version 2.0 RC
- Released
- 2023-10-30
- Maturity
- TESTED
- License
- Apache License 2.0
Compatibility
- Framework
- Vaadin 23
- Vaadin 24
- Vaadin 14+ in 1.0.1
- Browser
- N/A
WC Stories Addon - Vaadin Add-on Directory
Vaadin 14+ Addon for displaying images as storiesOnline Demo
Issue tracker
View on GitHub
WC Stories Addon version 1.0.0
* Initial Version
* Based on @gugadev/wc-stories 1.0.0. Compatible with Vaadin 14+
WC Stories Addon version 1.0.1
#### Bug fixes:
* Replace vaadin dependency with vaadin-core
* Fix build failure issue ([#6](https://github.com/FlowingCode/WCStoriesAddon/issues/6))
WC Stories Addon version 2.0.0
#### Bug fixes:
* Replace vaadin dependency with vaadin-core
* Version 2.0 RC