Leave Yamada UI a star

Star
Yamada UIYamada UIv1.6.4

Loading

Loading is a component displayed during waiting times, such as when data is being loaded.

Source@yamada-ui/loading

Theming

The Loading is a single part component.

export const Loading: ComponentStyle<"Loading"> = {
baseStyle: ({ colorScheme: c }) => ({
color: [`${c}.500`, `${c}.600`],
}),
defaultProps: {
colorScheme: "primary",
size: "1em",
variant: "oval",
},
}
Copied!

Edit this page on GitHub

PreviousAlertNextSkeleton