Leave Yamada UI a star

Star
Yamada UIYamada UIv1.6.4

Airy

Airy is a component that provides a smooth animation to switch between two elements.

Source@yamada-ui/transitions

Theming

The Airy is a single part component.

export const Airy: ComponentStyle<"Airy"> = {
baseStyle: {
userSelect: "none",
width: "fit-content",
_disabled: {
cursor: "not-allowed",
opacity: 0.4,
},
_readOnly: {
cursor: "default",
},
},
variants: {},
sizes: {},
defaultProps: {},
}
Copied!

Edit this page on GitHub

PreviousTransitionsNextCollapse