From a9a24681eeb6d23bc60b701ff6790ca444c08859 Mon Sep 17 00:00:00 2001 From: Jan Gerhard Schoepp Date: Thu, 10 May 2018 23:06:36 +0200 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 078e61a..1b509f7 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Uses headers to keep style consistent with your theme. Still under development, but usable! Can as of May 1st, 2018 be seen in action at [janschoepp-dev](https://janschoepp-dev.netlify.com/projects/). -### Example with a [wrapper-div](https://github.com/jangerhard/PersonalGatsbyWebsite/blob/master/src/components/Common/CardPage.js) providing [styling](https://github.com/jangerhard/PersonalGatsbyWebsite/blob/master/src/components/Common/CardPage.module.css) +### Example with a [wrapper-div](https://github.com/jangerhard/PersonalGatsbyWebsite/blob/master/src/components/Common/CardPage.js) providing [styling](https://github.com/jangerhard/PersonalGatsbyWebsite/blob/master/src/components/Common/CardPage.module.css) - See [more](https://github-showcase-demos.netlify.com) ![Image of component wrapped in styled div](https://raw.githubusercontent.com/jangerhard/react-github-showcase/master/react-github-showcase.PNG) ## Installation @@ -43,6 +43,9 @@ numRepositories: How many repositories should be displayed - Number (Default: 3) numCommits: How many repositories should be displayed - Number (Default: 2) +### Styling +Wrap the component in a styled div to change the look and feel of the component, while still keeping it consistant with your own theme. See examples [here](https://github-showcase-demos.netlify.com) + ## Change-log ### 0.0.11