
### dataHook
- type: string
- description: Applied as data-hook HTML attribute that can be used in the tests
### children
- type: ReactNode
- description: No description
### className
- type: string
- description: Specifies a CSS class name to be appended to the component’s root element.
- internal
### skin
- type: "light" | "dark"
- description: Effects the color of the Skeleton
### backgroundColor
- type: string
- description: The background on which the skeleton is rendered

