Components
Loader
Loader is used to notify a user that data is being retrieved or processed behind the scenes.
import { Loader } from '@sproutsocial/racine'<Loadertext="Content Loading"delay={false}/>
Properties
| Name | Type | Default | Description | Required? |
|---|---|---|---|---|
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 |