Slide
Slide
is a component that shows or hides an element from the corners of the page.
Theming
The Slide
is a single part component.
If you want to change the style of the component, please check here.
export const Slide: ComponentStyle<"Slide"> = {baseStyle: {position: "fixed",zIndex: "fallback(jeice, 110)",},defaultProps: {placement: "right",},}
Edit this page on GitHub