@wix/design-system
Version:
@wix/design-system
22 lines (18 loc) • 634 B
Markdown
### dataHook
- type: string
- description: Applies a data-hook HTML attribute to be used in the tests
### size
- type: LoaderSize
- description: Controls the size of the loader
### color
- type: LoaderColor
- description: Controls the skin of the loader
### text
- type: ReactNode
- description: Defines a text message to show below the loader
### status
- type: LoaderStatus
- 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.