Leave Yamada UI a star

Star
Yamada UIYamada UIv1.5.1

Slide

Slide is a component that shows or hides an element from the corners of the page.

Source@yamada-ui/transitions

Theming

The Slide is a single part component.

export const Slide: ComponentStyle<"Slide"> = {
baseStyle: {
position: "fixed",
zIndex: "fallback(jeice, 110)",
},
defaultProps: {
placement: "right",
},
}
Copied!

Edit this page on GitHub

PreviousScaleFadeNextSlideFade