Skip to content

Latest commit

 

History

History

loading-indicator

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Loading Indicator

npm (scoped)

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 -