Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ctxhou committed Nov 26, 2017
1 parent 14a41cd commit d3dc8d2
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Expand Up @@ -8,7 +8,6 @@
![download](https://img.shields.io/npm/dm/react-tabtab.svg)

> A mobile support, flexible, beautiful and api based Tab for ReactJS.
> 💃 Make your react tab dance 💃
[Demo](http://ctxhou.github.io/react-tabtab/)

Expand All @@ -19,6 +18,8 @@
* **Customizable style** — Based on `styled-components`, super easy to customize tab style
* **API based** — All actions are controllable

## NOTE: Currently v1 is still unstable. Welcome any feedback.

## Installation

Install it with npm.
Expand Down Expand Up @@ -52,10 +53,14 @@ For example:
<script src="https://unpkg.com/react-dom@16.0.0/umd/react-dom.production.min.js"></script>
<script src="https://unpkg.com/prop-types@15.6/prop-types.min.js"></script>
<script src="https://unpkg.com/classnames@2.2.5/index.js"></script>
<script src="https://unpkg.com/styled-components/dist/styled-components.min.js" type="text/javascript"></script>
<script src="https://unpkg.com/react-sortable-hoc/dist/umd/react-sortable-hoc.js"></script>
<script src="https://unpkg.com/react-tabtab/dist/react-tabtab.min.js"></script>
<script src="https://unpkg.com/react-poppop/dist/react-poppop.min.js"></script>
```

You can reference [standalone.html](https://github.com/ctxhou/react-tabtab/blob/master/docs/standalone.html) example.


## Usage

### Basic Example:
Expand Down

0 comments on commit d3dc8d2

Please sign in to comment.