Class Card

java.lang.Object
com.vaadin.flow.component.Component
com.vaadin.flow.component.Composite<com.vaadin.flow.component.Component>
com.storedobject.vaadin.Card
All Implemented Interfaces:
com.vaadin.flow.component.AttachNotifier, com.vaadin.flow.component.DetachNotifier, com.vaadin.flow.component.HasElement, com.vaadin.flow.component.HasStyle, Serializable

public class Card extends com.vaadin.flow.component.Composite<com.vaadin.flow.component.Component>
Make a component to appear like an "elevated card" on the screen. In order to use this class, just wrap the component with this class.

Example: Component c; new Card(c);

Author:
Syam
See Also: