1.0.9 • Published 7 months ago

antdesign-ui v1.0.9

Weekly downloads
60
License
MIT
Repository
-
Last release
7 months ago

antdesign-ui

Rewrite an extjs project with antd.

Some antd components have been extended, and there are also independent components that do not depend on antd.

Encapsulates some frequently used hooks

更新日志 中文文档

✨ Features

升级 table 滚动条

VirtualTable :

  • column sort
  • column sort mutiple
  • column resize
  • column ellipsis // default is true
  • column resize callback
  • large data performance

VirtualSelect

  • large options

Button

like extjs style button

hooks

  • usePrevious
  • useUpdateEffect
  • useDebounce
  • useScrollbarWidth

use

import { useDebounce } from 'antdesign-ui/lib/hooks'

📦 Install

npm i antdesign-ui

yarn add antdesign-ui

🔨 Usage

import { VirtualTable } from "antdesign-ui";

const App = () => (
  <>
    <VirtualTable height={200} dataSource={dataSource} columns={columns} />
  </>
);

And import style manually:

import "antdesign-ui/lib/virtual-table/style.css"

Continuously update new components

更新日志

log.md 文件

v1.0.9

  • 修复滚动 bug
  • 默认内置提供设置按钮 SettingButton
  • 支持覆盖设置按钮 drawerSettingElement
1.0.9

7 months ago

1.0.8

7 months ago

1.0.7

8 months ago

1.0.6

12 months ago

1.0.5

12 months ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago

0.2.3

1 year ago

0.2.4

1 year ago

0.2.1

1 year ago

0.2.0

1 year ago

0.2.2

1 year ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago

0.0.10

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago