dt-react-component icon indicating copy to clipboard operation
dt-react-component copied to clipboard

React UI component library based on antd package

Results 71 dt-react-component issues
Sort by recently updated
recently updated
newest added

[#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 组件的分页发生抖动 ![2024-04-26 01-05-24 2024-04-26 01_05_50](https://github.com/DTStack/dt-react-component/assets/18719701/64ad3969-8739-4721-9720-e3ea59851766) https://github.com/DTStack/dt-react-component/blob/d01a7b1c6e57d603f93c18e6df32a2704b9e1c2c/src/useList/index.ts#L64-L68

bug

新增防抖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 属性上,内置...

外部就算传了 scroll 依旧会被重写

bug