
### dataHook
- type: string
- description: Applies a data-hook HTML attribute to be used in the tests
### size
- type: "tiny" | "small" | "medium" | "large"
- description: Controls the size of the loader
### color
- type: "blue" | "white"
- description: Controls the skin of the loader
### text
- type: ReactNode
- description: Defines a text message to show below the loader
### status
- type: "loading" | "error" | "success" | "loadingWithErrors"
- description: Specifies the status of a loader
### statusMessage
- type: string
- description: Defines the message that explains the current status of the loader. Message will be displayed on loader hover. If not given or empty there will be no tooltip.

