From ae6eb598e3b5f8841e32d1e4922d6ee800ee44d0 Mon Sep 17 00:00:00 2001 From: Charis Theo Date: Thu, 12 Nov 2020 19:05:46 +0000 Subject: [PATCH] Update redirect URL to component styles The URL pointing to the raw CSS file was misleading in my case because I thought all I had to do was to create a `toggle.module.css` file and import that in the component I was using `` which took me a while to debug. --- src/docs/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docs/index.js b/src/docs/index.js index 5af1c7a..90ad9e6 100644 --- a/src/docs/index.js +++ b/src/docs/index.js @@ -87,7 +87,7 @@ class App extends Component {
{`var Toggle = require('react-toggle')`}

Include the component's{' '} - + CSS .