Components

Loader

Loader is used to notify a user that data is being retrieved or processed behind the scenes.

import { Loader } from '@sproutsocial/racine'
<Loader
text="Content Loading"
delay={false}
/>

Properties

NameTypeDefaultDescriptionRequired?
size
'small'
'large'
'large'
textstring''
Text for the loader. This text is not visible, but is used for accessibility purposed
delaybooleantrue
Whether the loader should wait 2 seconds before it displays
color
'light'
'dark'
'dark'
qaObject