Skeleton
Skeleton
is a component that acts as a placeholder until content is loaded.
Theming
The Skeleton
is a single part component.
If you want to change the style of the component, please check here.
export const Skeleton: ComponentStyle<"Skeleton"> = {baseStyle: {background: ["blackAlpha.300", "whiteAlpha.300"],borderColor: ["blackAlpha.400", "whiteAlpha.400"],borderRadius: "sm",opacity: 0.7,},defaultProps: {endColor: ["blackAlpha.400", "whiteAlpha.400"],startColor: ["blackAlpha.300", "whiteAlpha.300"],},}
Edit this page on GitHub