Loading
Loading
is a component displayed during waiting times, such as when data is being loaded.
Theming
The Loading
is a single part component.
If you want to change the style of the component, please check here.
export const Loading: ComponentStyle<"Loading"> = {baseStyle: ({ colorScheme: c }) => ({color: [`${c}.500`, `${c}.600`],}),defaultProps: {colorScheme: "primary",size: "1em",variant: "oval",},}
Edit this page on GitHub