You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
__Please See [0.4.x](https://github.com/weui/react-weui/tree/0.4.x) branch__ for current stable usage and usage with weui 0.4.x
9
-
10
-
__Master branch under active development for WeUI 1.0.0, Not Ready for use - APIs will change.__
11
-
Check out the [1.0.0 Progression](https://github.com/weui/react-weui/projects/1) and [contributing guidelines](https://github.com/n7best/react-weui-1/blob/master/CONTRIBUTING.md) to see where you can help out.
12
-
13
7
## Docs
14
8
15
-
16
-
0.4.x [documentation](https://n7best.github.io/react-weui-doc-0.4.0) with live examples.
17
-
18
9
1.0.x [documentation](https://weui.github.io/react-weui/docs/) with live examples.
10
+
0.4.x [documentation](https://n7best.github.io/react-weui-doc-0.4.0) with live examples.
19
11
20
12
## Installation (0.4.x)
21
13
@@ -24,18 +16,16 @@ With [npm](http://npmjs.com/):
24
16
If React is not installed
25
17
26
18
```
27
-
npm install --save react@15.4.0 react-dom@15.4.0
28
-
npm install --save weui@0.4.3 react-weui
19
+
npm install --save react react-dom
20
+
npm install --save weui@1.1.0 react-weui
29
21
```
30
22
31
23
With React Installed
32
24
33
25
```
34
-
npm install weui@0.4.3 react-weui --save
26
+
npm install weui@1.1.0 react-weui --save
35
27
```
36
28
37
-
Due to the browser compatibility issues, react-weui required [babel polyfill](https://babeljs.io/docs/usage/polyfill/) to work
38
-
39
29
## Example
40
30
41
31
We have several examples on the documentation. Here is the first one to get you started:
@@ -44,10 +34,11 @@ We have several examples on the documentation. Here is the first one to get you
0 commit comments