Rotate
Rotate
is a component that provides an animation to switch between two elements while rotating.
Theming
The Rotate
is a single part component.
Rotate
inherits the style from Airy.
If you want to change the style of the component, please check here.
export const Rotate: ComponentStyle<"Rotate"> = mergeStyle(Airy)()
Edit this page on GitHub