---
name: Usage
route: /usage
---
import { Playground, PropsTable } from 'docz'
import ContentLoader, {
Facebook,
Instagram,
Code,
List,
BulletList
} from "../src/index"
import FacebookStyle from "../src/stylized/FacebookStyle"
# React Content Loader
## Different Type of Loaders
### Facebook Style Loader
### Instagram Style Loader
### Code Style Loader
### List Style Loader
### BulletList Style Loader
### Custom Loader
## Unique key
## No Animation
Set animate props to false to stop Animation
## Right To Left Animation
Set rtl props to animate from right to left
## Use ViewBox
Use viewbox props to set viewbox value.
Additionally, pass viewBox props as empty string to remove viewBox.
## Custom aria label
### Remove aria label
## BugFix in Safari
When using `rgba` as a `primaryColor` or `secondaryColor` value,
[Safari does not respect the alpha channel](https://github.com/w3c/svgwg/issues/180),
meaning that the color will be opaque. To prevent this, instead of using an
`rgba` value for `primaryColor`/`secondaryColor`, use the `rgb` equivalent and
move the alpha channel value to the `primaryOpacity`/`secondaryOpacity` props.