forked from forgetest5/react-components-docs
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;
|
||||
```
|
||||
|
||||
### 常用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
|
||||
|
|
18
现有组件及待开发.md
18
现有组件及待开发.md
|
@ -27,13 +27,19 @@
|
|||
- col
|
||||
- row
|
||||
- Form
|
||||
- Dropdown
|
||||
- Switch
|
||||
- Breadcrumb
|
||||
- Loading
|
||||
- Table
|
||||
- Panel
|
||||
- carousel
|
||||
- narbar
|
||||
|
||||
|
||||
### 正在开发组件
|
||||
|组件|开发者|
|
||||
|:--|--:|
|
||||
|dropdown|boyuhzou|
|
||||
|breadcrumb|liurhc|
|
||||
|switch|wanghongxiang|
|
||||
|
||||
|
||||
### 待开发组件
|
||||
|
@ -43,13 +49,10 @@
|
|||
|
||||
- combo
|
||||
- loader
|
||||
- loading
|
||||
- multilang
|
||||
- textfield
|
||||
- table
|
||||
- image
|
||||
- step
|
||||
- panel
|
||||
- thumbnail
|
||||
- media
|
||||
- listgroup
|
||||
|
@ -63,8 +66,7 @@
|
|||
- refer
|
||||
- modal
|
||||
- autocomplete
|
||||
- carousel
|
||||
- narbar
|
||||
|
||||
|
||||
|
||||
#### 布局组件
|
||||
|
|
Loading…
Reference in New Issue