yarn add @leafygreen-ui/loading-indicator
npm install @leafygreen-ui/loading-indicator
<Spinner
variant="large"
description=”Loading…”
/>
Prop | Type | Description | Default |
---|---|---|---|
displayOption |
DisplayOption |
Determines the size or orientation of the spinner and description text | default-vertical |
description |
string |
Description text | - |
<BlobLoader
description=”Loading…”
/>
Prop | Type | Description | Default |
---|---|---|---|
description |
string |
Description text | - |