Skip to content

Commit 578ee06

Browse files
JoshK2danilowoz
authored andcommitted
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.
1 parent 18e5313 commit 578ee06

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@ const MyLoader = () => (
6262
)
6363
```
6464

65-
**Still not clear?** Take a look at this working example at [codesandbox.io](https://codesandbox.io/s/moojk887z9)
65+
**Still not clear?** Take a look at this working example at [codesandbox.io](https://codesandbox.io/s/moojk887z9)
66+
Or try the components editable demo hands-on and install it from [bit.dev](https://bit.dev/danilowoz/react-content-loader)
6667

6768
## Options
6869

0 commit comments

Comments
 (0)