Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
nashio committed Jul 8, 2017
1 parent ad72f6f commit 8351b8d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ Easy to use React tab component
* Constrain content to match the nav width
* Customize colors for text and background

[![](http://nashio.github.io/react-tiny-tabs/examples/demo/assets/img/demo.jpg)](http://nashio.github.io/react-tiny-tabs/examples/demo/page/index.html)
[![](http://nashio.github.io/react-tiny-tabs/examples/demo/assets/img/demo.jpg)](http://nashio.github.io/react-tiny-tabs/examples/demo/page/index.html)
<br/>



### Demo
See the live [DEMO:](http://nashio.github.io/react-tiny-tabs/examples/demo/page/index.html)
See the live [DEMO](http://nashio.github.io/react-tiny-tabs/examples/demo/page/index.html)

## Usage
<!-- ### Install -->
Expand All @@ -25,7 +25,7 @@ See the live [DEMO:](http://nashio.github.io/react-tiny-tabs/examples/demo/page/
```
<link rel="stylesheet" href="node_modules/react-tiny-tabs/dist/index.css">
```
#### Include the Components
#### Define the Components

```
import {Tabs, Nav, Content} from 'react-tiny-tabs';
Expand Down Expand Up @@ -86,7 +86,7 @@ Added custom html properties will be rendered in the resulting markup
### Files

Code example
#### [demo/index.html/](https://github.com/nashio/react-tiny-tabs/blob/master/examples/demo/index.html "code examples")
#### [demo/index.js/](https://github.com/nashio/react-tiny-tabs/blob/master/examples/demo/index.js "code examples")

Source file
#### [src/](https://github.com/nashio/react-tiny-tabs/tree/master/src "source file")
Expand Down

0 comments on commit 8351b8d

Please sign in to comment.