From 578ee06ede51aba4dbcb9f27bfcfd08a0c23f11a Mon Sep 17 00:00:00 2001 From: Josh Kuttler <35892475+JoshK2@users.noreply.github.com> Date: Mon, 19 Aug 2019 11:52:11 +0300 Subject: [PATCH] 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. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5d018b8..f876011 100755 --- a/README.md +++ b/README.md @@ -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