Important Notice - Forums is archived
To simplify things and help our users to be more productive, we have archived the current forum and focus our efforts on helping developers on Stack Overflow. You can post new questions on Stack Overflow or join our Discord channel.

Vaadin lets you build secure, UX-first PWAs entirely in Java.
Free ebook & tutorial.
A component for HTML5 <figure> ?
Hi,
Is there any existing component to generate a <figure> tag ?
My purpose is to define a flipping card (basically like https://desandro.github.io/3dtransforms/examples/card-01.html ).
I saw an old post (https://vaadin.com/forum#!/thread/1446328), but i think this solution is a bit "too complicated" when we can use simple html5 solutions with css.
Or is there an other way ?
Thanks in advance for your answers.
Find my answer at the end, just using a CustomLayout at the end with my <figure> in entry (in a
ByteArrayInputStream).