Leave Yamada UI a star

Star
Yamada UIYamada UIv1.5.1

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`,
}),
defaultProps: {
variant: "oval",
colorScheme: "primary",
size: "1em",
},
}
Copied!

Edit this page on GitHub

PreviousAlertNextSkeleton