2.0.12 • Published 1 year ago
@leafygreen-ui/loading-indicator v2.0.12
Loading Indicator
View on MongoDB.design
Installation
Yarn
yarn add @leafygreen-ui/loading-indicator
NPM
npm install @leafygreen-ui/loading-indicator
Spinner
<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
<BlobLoader
description=”Loading…”
/>
Prop | Type | Description | Default |
---|---|---|---|
description | string | Description text | - |