From 7e30a490fe796619e64ad672acfe800d7ac3bbad Mon Sep 17 00:00:00 2001 From: rawtoast Date: Fri, 30 Mar 2018 16:36:06 +0100 Subject: [PATCH] Configured Reason React Tools --- dokusho/package.json | 1 + dokusho/public/index.html | 6 + dokusho/src/App.re | 17 ++ dokusho/src/app/Dokusho.re | 39 +-- dokusho/src/index.re | 4 +- dokusho/src/toolbox/theme.css | 1 + dokusho/src/toolbox/theme.js | 1 + dokusho/yarn.lock | 456 ++++++++++++++++++++++++++++++++-- 8 files changed, 485 insertions(+), 40 deletions(-) create mode 100644 dokusho/src/App.re create mode 100644 dokusho/src/toolbox/theme.css create mode 100644 dokusho/src/toolbox/theme.js diff --git a/dokusho/package.json b/dokusho/package.json index 37966b4..4e0632f 100644 --- a/dokusho/package.json +++ b/dokusho/package.json @@ -26,6 +26,7 @@ "@astrada/reason-react-toolbox": "^0.4.2", "bs-jest": "^0.3.2", "bs-react-test-renderer": "^2.0.0", + "react-toolbox-themr": "^1.0.2", "reason-react": "^0.3.2" }, "jest": { diff --git a/dokusho/public/index.html b/dokusho/public/index.html index 9067def..eef11a1 100644 --- a/dokusho/public/index.html +++ b/dokusho/public/index.html @@ -10,6 +10,12 @@ --> + + + +