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:
Josh Kuttler
2019-08-19 11:52:11 +03:00
committed by Danilo Woznica
parent 18e53131f2
commit 578ee06ede

View File

@@ -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