dt-react-component
dt-react-component copied to clipboard
React UI component library based on antd package
[#429](https://github.com/DTStack/dt-react-component/issues/429)
#457 use props scroll when isExist and calc scroll when props scroll is undefined
在切换分页的时候,重置 total 属性会导致 Pagination 组件的分页发生抖动  https://github.com/DTStack/dt-react-component/blob/d01a7b1c6e57d603f93c18e6df32a2704b9e1c2c/src/useList/index.ts#L64-L68
新增防抖hooks https://github.com/DTStack/dt-react-component/issues/449 [review address](https://jackwang032.github.io/dt-react-component/components/use-debounce)
新增防抖hooks #449 [review address](https://jackwang032.github.io/dt-react-component/components/use-debounce)
#448 [Previewer](https://luckyfbb.github.io/dt-react-component/components/status-tag) ### 添加功能 添加带有背景色的状态标签 支持自定义 icon ### 修改 移除 showBorder 属性,使用 type 替换,支持 `deafult | outline | fill` 三种类型,分别对应 无边框 | 有边框 | 背景色 原有的 type 属性迁移到 color 属性上,内置...