Skip to content

Commit 9585a0f

Browse files
authored
Merge branch 'master' into native-remove-listener
2 parents 9b5e851 + e12cfc5 commit 9585a0f

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,21 +10,21 @@ SVG-Powered component to easily create placeholder loadings (like Facebo
1010
## Features
1111

1212
- :gear: **Customizable:** Feel free to change the colors, speed, sizes and even **RTL**;
13-
- :ok_hand: **Plug and play:** with many presets to use, see the [examples](#examples);
13+
- :ok_hand: **Plug and play:** with many presets to use, see the [examples](http://danilowoz.com/create-content-loader/#gallery);
1414
- :pencil2: **DIY:** use the [create-content-loader](https://danilowoz.github.io/create-content-loader/) to create your own custom loaders easily;
1515
- 📱 **React Native support**: same API, as same powerful features;
1616
- ⚛️ **Really lightweight:** less than **2kB** and **0 dependencies** for web version;
1717

1818
## Index
1919

20-
- [Getting Started](#getting-started)
20+
- [Getting Started](#gettingstarted)
2121
- [Usage](#usage)
2222
- [Native](#native)
2323
- [Options](#options)
2424
- [Examples](#examples)
25-
- [Similar packages](#similar-packages)
25+
- [Similar packages](#similarpackages)
2626
- [Development](#development)
27-
- [Known Issues](#known-issues)
27+
- [Known Issues](#knownissues)
2828

2929
## Getting Started
3030

@@ -90,7 +90,6 @@ import ContentLoader, { Rect, Circle } from 'react-content-loader/native'
9090
const MyLoader = () => (
9191
<ContentLoader>
9292
<Circle cx="30" cy="30" r="30" />
93-
<Rect x="0" y="0" rx="5" ry="5" width="70" height="70" />
9493
<Rect x="80" y="17" rx="4" ry="4" width="300" height="13" />
9594
<Rect x="80" y="40" rx="3" ry="3" width="250" height="10" />
9695
</ContentLoader>

0 commit comments

Comments
 (0)