A flipcard component with react
| Key | Value | Type |
|---|---|---|
| frontside | Content of the Frontside | String |
| backside | Content of the Backside | String |
| eventAction | Event action ["click", "hover"] | String |
| rotation | Rotation option ["vertical", "horizontal"] | String |
| width | Width of this flipcard | String |
| height | Height of this flipcard | String |
| frontcolor | Color of the Frontside | String |
| frontbgcolor | Background Color of the Frontside | String |
| backcolor | Color of the Backside | String |
| backbgcolor | Background Color of the Backside | String |
| Key | Value | Type |
|---|---|---|
| frontside | Content of the Frontside | Element/Node |
| backside | Content of the Backside | Element/Node |
| dimension | Dimension ["right","left","up", "down","diagonal--right","diagonal--left","inverted--diagonal--right","inverted--diagonal--left"] for the animation | String |
| frontcolor | Color of the Frontside | String |
| frontbgcolor | Background Color of the Frontside | String |
| backcolor | Color of the Backside | String |
| backbgcolor | Background Color of the Backside | String |