Flip
Flip
is a component that provides an animation to switch between two elements while flipping.
Theming
The Flip
is a multi part component.
If you want to change the style of the component, please check here.
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: {},}
Edit this page on GitHub