@leafygreen-ui/loading-indicator
v2.0.12
Published
leafyGreen UI Kit Loading Indicator
Downloads
6,466
Keywords
Readme
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 | -
|