Skip to content

Commit c98f949

Browse files
committed
docs(README_zh-CN.md): add README_zh-CN.md
1 parent dec9657 commit c98f949

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

README_zh-CN.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
[English](./README.md) | 简体中文
2+
3+
# flutter_weui
4+
5+
[![pub package](https://img.shields.io/pub/v/flutter_weui.svg)](https://pub.dartlang.org/packages/fluter_weui)
6+
7+
一个根据WEUI设计的flutter ui包,包含有button、cell、dialog、 toast、article、actionsheet、icon等组件。
8+
9+
## 使用
10+
11+
要使用此插件包,请将flutter_weui作为依赖项添加到您的`pubspec.yaml`文件中。 详见[dependency in your pubspec.yaml file](https://flutter.io/platform-plugins/).
12+
13+
# 组件
14+
15+
- [`Button`](https://github.com/flutter-studio/flutter-weui/blob/master/example/lib/button_example.dart)
16+
- [`ActionSheet`]()
17+
- [`Article`]()
18+
- [`Cell`]()
19+
- [`Dialog`]()
20+
- [`Footer`]()
21+
- [`LoadMore`]()
22+
- [`MediaBox`]()
23+
- [`Panel`]()
24+
- [`Picker`]()
25+
- [`Slider`]()
26+
- [`Switch`]()
27+
- [`Toast`]()
28+
- [`TouchableHighlight`]()
29+
- [`TouchableOpacity`]()

0 commit comments

Comments
 (0)