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"
text
string
""
Text for the loader. This text is not visible, but is used for accessibility purposed
delay
boolean
true
Whether the loader should wait 2 seconds before it displays
color
"light"
"dark"
"dark"
qa
object