flipDirection Axis the card turns on. | horizontal•vertical | — |
timing Duration of the flip, in milliseconds. | number | — |
flipped Controlled face. Omit it to let the component manage its own state. | boolean | — |
onFlip Called whenever the face changes. | (flipped: boolean) => void | — |
disableClickFlip Stop clicks from flipping the card. | boolean | — |
autoFlipInterval Flip on a timer, in milliseconds. Omit for manual flipping only. | number | — |
| React.ReactNode | — |
| React.ReactNode | — |
| string | — |
| React.CSSProperties | — |
| …and every FlexProps prop | inherited | — |