Skip to content

Commit

Permalink
adding github pages hosted live example
Browse files Browse the repository at this point in the history
  • Loading branch information
Noam Elboim committed Oct 14, 2017
1 parent 1fa7534 commit dbb560d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# UiZoo.js - Dynamic React components library
Try our live example [here](https://uizoo.herokuapp.com/).
Try our live example [here](https://myheritage.github.io/UiZoo.js/).

## About
How many times did you create a new component just to find later someone already did the exact same?
Expand Down
2 changes: 1 addition & 1 deletion client/Components/UI/Card/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import './index.scss';
* <Card>
* <div>Card content</div>
* <br/>
* <img src="https://i.imgur.com/8CoNRCD.gif"></img>
* <img src="https://i.imgur.com/8CoNRCD.gif" style={{maxWidth: '100%'}}></img>
* </Card>
*
* @param {String} [className] Append class name to container
Expand Down
2 changes: 1 addition & 1 deletion client/documentation.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "uizoo",
"version": "1.2.1",
"version": "1.2.2",
"description": "Dynamic React Component Library",
"scripts": {
"start": "npm run gulp:w",
Expand Down

0 comments on commit dbb560d

Please sign in to comment.