teaness
v5.6.0
Published
a react business component library,example: https://blissful-blackwell-0e6e7c.netlify.com/
Downloads
1,121
Readme
name: Getting Started route: / menu: 'Getting Started'
teaness
teaness 是一个的 react component 库,主要功能是
- 高性能、易用的、可自定义 UI 的 Form
- AgGrid 的 React 封装
- 对 Ant design 组件的增强实现
- 一些简单的组件封装
组件说明 Props 仅供参考,尽量直接看 interface
Install
npm i -S teaness
style
需要先导入antd样式 例如
@import 'antd/dist/antd.less';
Example
https://teaness.org/
todo
- [x] 升级到 antd 4.0
- [ ] 重构 api 与不合理的组件结构
- [x] DataGrid
- [x] Form
- [x] Label
- [x] ~~Modal~~删除该组件
- [x] Show
- [x] 增加错误定位方法 ~~- [ ] 表单验证去抖~~真有性能问题在加这个机制
- [ ] 表单验证/显示增加多种模式
- [x] 输出错误时机
- [x] blur
- [x] focus
- [x] default
- [x] 校验错误
- [x] 校验到一个即停止
- [x] 校验所有
- [ ] 显示错误
- [x] 所有的错误全部显示
- [ ] 同时显示一个错误
- [x] 错误显示组件
- [x] toolTip
- [x] bottomText
- [x] 输出错误时机
- [ ] 测试用例
- [x] 增加更好用的 grid hook ~~- [ ] 研究下 form 布局问题~~