Leave Yamada UI a star

Star
Yamada UIYamada UIv1.5.1

SlideFade

SlideFade is a component that gradually shows or hides an element while moving it from a specified position.

Source@yamada-ui/transitions

Theming

The SlideFade is a single part component.

export const SlideFade: ComponentStyle<"SlideFade"> = {
baseStyle: {
w: "100%",
},
defaultProps: {
offsetX: 0,
offsetY: 8,
reverse: true,
},
}
Copied!

Edit this page on GitHub

PreviousSlideNextOther