Skip to content

Commit

Permalink
refactor(GLOBAL): change the README
Browse files Browse the repository at this point in the history
  • Loading branch information
lulutia committed Mar 20, 2017
1 parent b300a96 commit b26bc86
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

A suit of cross platform React Native ui kit.

![image](https://raw.githubusercontent.com/lulutia/images/master/react-native-components/Screen-Capture-44.gif)

## Install

```bash
Expand All @@ -10,8 +12,23 @@ npm install react-native-ui-xg --save

## Usage

### for the whole
```js
import {Button, DatePicker, Drawer, Grading, LabelSelect, Input, Confirm, Link, Tab} from 'react-native-ui-xg';
```
### for one by one

```bash
npm install react-native-datepicker --save
npm install react-native-grading --save
npm install react-native-label-select --save
npm install react-native-drawer-menu --save
npm install react-native-buttons --save
npm install react-native-input-xg --save
npm install react-native-confirm --save
npm install react-native-link-xg --save
npm install react-native-tab-xg --save

```

## Components
Expand Down
4 changes: 2 additions & 2 deletions components/Tab/__tests__/Tab.test.js

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

0 comments on commit b26bc86

Please sign in to comment.