mirror of
https://github.com/zhigang1992/react-content-loader.git
synced 2026-03-27 06:55:05 +08:00
Update README.md
This commit is contained in:
10
README.md
10
README.md
@@ -180,7 +180,7 @@ import { Facebook } from 'react-content-loader'
|
||||
const MyFacebookLoader = () => <Facebook />
|
||||
```
|
||||
|
||||

|
||||
<img alt="Facebook Style" src="https://user-images.githubusercontent.com/4838076/73212460-328f7500-4146-11ea-99e7-e19cd4e07a51.png" width="500px" />
|
||||
|
||||
##### Instagram Style
|
||||
|
||||
@@ -190,7 +190,7 @@ import { Instagram } from 'react-content-loader'
|
||||
const MyInstagramLoader = () => <Instagram />
|
||||
```
|
||||
|
||||

|
||||
<img alt="Instagram Style" src="https://user-images.githubusercontent.com/4838076/73212462-328f7500-4146-11ea-98dc-3a6aeafd4a26.png" width="500px" />
|
||||
|
||||
##### Code Style
|
||||
|
||||
@@ -200,7 +200,7 @@ import { Code } from 'react-content-loader'
|
||||
const MyCodeLoader = () => <Code />
|
||||
```
|
||||
|
||||

|
||||
<img alt="Code Style" src="https://user-images.githubusercontent.com/4838076/73212459-328f7500-4146-11ea-89b0-1b7bbae8047b.png" width="500px" />
|
||||
|
||||
##### List Style
|
||||
|
||||
@@ -210,7 +210,7 @@ import { List } from 'react-content-loader'
|
||||
const MyListLoader = () => <List />
|
||||
```
|
||||
|
||||

|
||||
<img alt="List Style" src="https://user-images.githubusercontent.com/4838076/73212463-33280b80-4146-11ea-9f93-95c2cbdef17b.png" width="500px" />
|
||||
|
||||
##### Bullet list Style
|
||||
|
||||
@@ -220,7 +220,7 @@ import { BulletList } from 'react-content-loader'
|
||||
const MyBulletListLoader = () => <BulletList />
|
||||
```
|
||||
|
||||

|
||||
<img alt="Bullet list Style" src="https://user-images.githubusercontent.com/4838076/73212458-328f7500-4146-11ea-826f-576059c4644e.png" width="500px" />
|
||||
|
||||
### Custom Style
|
||||
|
||||
|
||||
Reference in New Issue
Block a user