mirror of
https://github.com/zhigang1992/react-content-loader.git
synced 2026-01-12 22:50:00 +08:00
docs(README.md): added bit components (#152)
Exported library using bit so people can now: - Find and install the component in bit.dev. - Play with the examples and edit the code. - See all the tests in each component. - Install each component individually instead of installing all the project. - Import component in their project to modify the code locally if needed. - See all dependencies. - See bundle size of the component before installing it.
This commit is contained in:
committed by
Danilo Woznica
parent
18e53131f2
commit
578ee06ede
@@ -62,7 +62,8 @@ const MyLoader = () => (
|
||||
)
|
||||
```
|
||||
|
||||
**Still not clear?** Take a look at this working example at [codesandbox.io](https://codesandbox.io/s/moojk887z9)
|
||||
**Still not clear?** Take a look at this working example at [codesandbox.io](https://codesandbox.io/s/moojk887z9)
|
||||
Or try the components editable demo hands-on and install it from [bit.dev](https://bit.dev/danilowoz/react-content-loader)
|
||||
|
||||
## Options
|
||||
|
||||
|
||||
Reference in New Issue
Block a user