Leave Yamada UI a star

Star
Yamada UIYamada UIv1.6.4

Flip

Flip is a component that provides an animation to switch between two elements while flipping.

Source@yamada-ui/transitions

Theming

The Flip is a multi part component.

export const Flip: ComponentMultiStyle<"Flip"> = {
baseStyle: {
container: {
position: "relative",
userSelect: "none",
_disabled: {
cursor: "not-allowed",
},
_readOnly: {
cursor: "default",
},
},
flipIdent: {
backfaceVisibility: "hidden",
position: "absolute",
top: 0,
},
from: {},
to: {},
},
variants: {},
sizes: {},
defaultProps: {},
}
Copied!

Edit this page on GitHub

PreviousFadeNextRotate