Airy
Airy
is a component that provides a smooth animation to switch between two elements.
Theming
The Airy
is a single part component.
If you want to change the style of the component, please check here.
export const Airy: ComponentStyle<"Airy"> = {baseStyle: {userSelect: "none",width: "fit-content",_disabled: {cursor: "not-allowed",opacity: 0.4,},_readOnly: {cursor: "default",},},variants: {},sizes: {},defaultProps: {},}
Edit this page on GitHub