Fade
Fade
is a component that gradually shows or hides an element.
Theming
The Fade
is a single part component.
If you want to change the style of the component, please check here.
export const Fade: ComponentStyle<"Fade"> = {baseStyle: {w: "100%",},}
Edit this page on GitHub