Skip to content

FlipCard Flip Card

The FlipCard component provides a flipable card interface, supporting the display of content on both sides.

Basic Usage

Control the flip state of the card using the flipped property, and set the content of both sides using the front and back properties respectively.

Properties

Property NameTypeDefault ValueDescription
flippedbooleanfalseControls whether the card is flipped
classstring | object | array-Custom class
frontComponent-Component displayed on the front of the card
backComponent-Component displayed on the back of the card