update image
This commit is contained in:
parent
882e0ce3fd
commit
98599a2215
Binary file not shown.
Before Width: | Height: | Size: 254 KiB After Width: | Height: | Size: 284 KiB |
Binary file not shown.
After Width: | Height: | Size: 254 KiB |
14
react编码规范.md
14
react编码规范.md
|
@ -182,6 +182,20 @@ Button.defaultProps = defaultProps;
|
||||||
export default Button;
|
export default Button;
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### 常用npm包
|
||||||
|
|
||||||
|
##### keyCode
|
||||||
|
|
||||||
|
##### warning
|
||||||
|
|
||||||
|
##### bee-animate
|
||||||
|
|
||||||
|
##### bee-transition
|
||||||
|
|
||||||
|
##### bee-overlay
|
||||||
|
|
||||||
|
##### dom-helpers (3.0.0)
|
||||||
|
|
||||||
|
|
||||||
参考链接
|
参考链接
|
||||||
https://github.com/react-component/react-component.github.io/blob/master/docs/zh-cn/code-style/js.md
|
https://github.com/react-component/react-component.github.io/blob/master/docs/zh-cn/code-style/js.md
|
||||||
|
|
18
现有组件及待开发.md
18
现有组件及待开发.md
|
@ -27,13 +27,19 @@
|
||||||
- col
|
- col
|
||||||
- row
|
- row
|
||||||
- Form
|
- Form
|
||||||
|
- Dropdown
|
||||||
|
- Switch
|
||||||
|
- Breadcrumb
|
||||||
|
- Loading
|
||||||
|
- Table
|
||||||
|
- Panel
|
||||||
|
- carousel
|
||||||
|
- narbar
|
||||||
|
|
||||||
|
|
||||||
### 正在开发组件
|
### 正在开发组件
|
||||||
|组件|开发者|
|
|组件|开发者|
|
||||||
|:--|--:|
|
|:--|--:|
|
||||||
|dropdown|boyuhzou|
|
|
||||||
|breadcrumb|liurhc|
|
|
||||||
|switch|wanghongxiang|
|
|
||||||
|
|
||||||
|
|
||||||
### 待开发组件
|
### 待开发组件
|
||||||
|
@ -43,13 +49,10 @@
|
||||||
|
|
||||||
- combo
|
- combo
|
||||||
- loader
|
- loader
|
||||||
- loading
|
|
||||||
- multilang
|
- multilang
|
||||||
- textfield
|
- textfield
|
||||||
- table
|
|
||||||
- image
|
- image
|
||||||
- step
|
- step
|
||||||
- panel
|
|
||||||
- thumbnail
|
- thumbnail
|
||||||
- media
|
- media
|
||||||
- listgroup
|
- listgroup
|
||||||
|
@ -63,8 +66,7 @@
|
||||||
- refer
|
- refer
|
||||||
- modal
|
- modal
|
||||||
- autocomplete
|
- autocomplete
|
||||||
- carousel
|
|
||||||
- narbar
|
|
||||||
|
|
||||||
|
|
||||||
#### 布局组件
|
#### 布局组件
|
||||||
|
|
Loading…
Reference in New Issue