Flip Card Add-on
Card component that can flip on hover or on click.
Wrapper component for Flip Card Web Component.
Features
- Card component can flip on hover or on click
- Styling can be overriden through CSS variables
Sample code
FlipCard onHoverFlipCard = new FlipCard(new Span("front side"), new Span("back side")); add(onHoverFlipCard); FlipCard onClickFlipCard = new FlipCard(new Span("front side"), new Span("back side"), FlipCardVariant.CLICK); add(onClickFlipCard);
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
Initial release
- Released
- 2023-09-01
- Maturity
- TESTED
- License
- Apache License 2.0
Compatibility
- Framework
- Vaadin 24
- Browser
- Browser Independent