Skip to content

Commit b26bc86

Browse files
committed
refactor(GLOBAL): change the README
1 parent b300a96 commit b26bc86

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
A suit of cross platform React Native ui kit.
44

5+
![image](https://raw.githubusercontent.com/lulutia/images/master/react-native-components/Screen-Capture-44.gif)
6+
57
## Install
68

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

1113
## Usage
1214

15+
### for the whole
1316
```js
1417
import {Button, DatePicker, Drawer, Grading, LabelSelect, Input, Confirm, Link, Tab} from 'react-native-ui-xg';
18+
```
19+
### for one by one
20+
21+
```bash
22+
npm install react-native-datepicker --save
23+
npm install react-native-grading --save
24+
npm install react-native-label-select --save
25+
npm install react-native-drawer-menu --save
26+
npm install react-native-buttons --save
27+
npm install react-native-input-xg --save
28+
npm install react-native-confirm --save
29+
npm install react-native-link-xg --save
30+
npm install react-native-tab-xg --save
31+
1532
```
1633

1734
## Components

components/Tab/__tests__/Tab.test.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)