Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 919 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 919 Bytes

<LoadingIndicator />

import { LoadingIndicator } from 'ihme-ui'

Yet another loading indicator.

Property Required Type(s) Defaults Description
className CommonPropTypes.className Class name applied to outermost wrapping <div>.
inline bool Display inline with other elements (e.g., in a button).
style object Inline styles applied to outermost wrapping <div>.
shapeFill string 'black' Fill color of loading shape.
shapeStyle CommonPropTypes.style Inline styles applied to loading shape.
shapeType string 'circle' Type of loading shape to render.
One of: 'circle', 'cross', 'diamond', 'square', 'star', 'triangle', 'wye'