From c6706aef2a771eb36e7a1c89e13f2a1d02ad5c8e Mon Sep 17 00:00:00 2001 From: Maxim Komlev Date: Tue, 15 Nov 2016 21:22:00 -0800 Subject: [PATCH 1/2] added extension topic at readme.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index bfb6c699..1ff0d058 100644 --- a/README.md +++ b/README.md @@ -215,6 +215,11 @@ $ npm start Local documentation will then be available at `http://localhost:8081/`. +## Extensions + +The additional components which are not covered by [Google Material Design](https://www.google.com/design/spec/material-design/introduction.html) but often used such as Pager, FilePicker,... are available in: + [on github: react-toolbox-additions](https://github.com/MaximKomlev/react-toolbox-additions), [on npm: react-toolbox-additions](https://www.npmjs.com/package/react-toolbox-additions) + ## License This project is licensed under the terms of the [MIT license](https://github.com/react-toolbox/react-toolbox/blob/master/LICENSE). From 77a1db6d5f5d63a0efe54cb96911be15b9284bce Mon Sep 17 00:00:00 2001 From: Javi Velasco Date: Thu, 24 Nov 2016 20:00:05 +0100 Subject: [PATCH 2/2] Extend extensions --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index b35fd113..98a2befe 100644 --- a/README.md +++ b/README.md @@ -217,8 +217,7 @@ Local documentation will then be available at `http://localhost:8081/`. ## Extensions -The additional components which are not covered by [Google Material Design](https://www.google.com/design/spec/material-design/introduction.html) but often used such as Pager, FilePicker,... are available in: - [on github: react-toolbox-additions](https://github.com/MaximKomlev/react-toolbox-additions), [on npm: react-toolbox-additions](https://www.npmjs.com/package/react-toolbox-additions) +We don't officially support components that are not covered by [Google Material Design](https://www.google.com/design/spec/material-design/introduction.html). If you want to implement some complementary component feel free to open a PR adding your a link in this section. For now you can check [on github: react-toolbox-additions](https://github.com/MaximKomlev/react-toolbox-additions) and [on npm: react-toolbox-additions](https://www.npmjs.com/package/react-toolbox-additions). ## License