simple-react-native-loading-dots
Version:
28 lines (18 loc) • 612 B
Markdown
# React Native Loading Dots
### Example

# Install
npm
```sh
npm install simple-react-native-loading-dots
```
yarn
```sh
yarn add simple-react-native-loading-dots
```
## Options
| Property | Type | Default | Description |
| -------- | ------ | ------- | ---------------------------- |
| size | Number | `5` | Change the size of the dots |
| color | String | `black` | Change the color of the dots |
| spacing | Number | `3` | Spacing between dots |