From 6feaeb40b520e830f04b060262f509ac8feee53e Mon Sep 17 00:00:00 2001 From: Leandro Lemos Date: Wed, 7 Sep 2016 19:39:41 +1000 Subject: [PATCH] Updating docs with example --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9d358d2e..252303ad 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ ReactDOM.render(, document.querySelector('.demo-carousel')); ``` | Attributes | Type | Default | Description | -| ---------- | :--: | :-----: | ----------- | +| :--------- | :--: | :-----: | ----------- | | showArrows | `boolean` | `true` | show prev and next arrows | | showStatus | `boolean` | `true` | show index of the current item. i.e: (1/8) | | showIndicators | `boolean` | `true` | show little dots at the bottom with links for changing the item | @@ -55,7 +55,6 @@ ReactDOM.render(, document.querySelector('.demo-carousel')); | onClickThumb | `function` | - | Fired when a thumb it clicked | - #### Contributing Please, feel free to contribute. You may file an issue or submit a pull request! @@ -73,3 +72,7 @@ Please, feel free to contribute. You may file an issue or submit a pull request! ##### Pubishing to gh-pages - `npm run publish-to-gh-pages` + +### Examples +#### webpack + es6 setup +