0.2.4 • Published 19 hours ago

antdesign-ui v0.2.4

Weekly downloads
60
License
MIT
Repository
github
Last release
19 hours 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.

更新日志 中文文档

✨ Features

VirtualTable :

  • column sort
  • column resize
  • large data performance

VirtualSelect

  • large options

Button

like extjs style button

hooks

  • usePrevious
  • useUpdateEffect

📦 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

0.2.3

19 hours ago

0.2.4

19 hours ago

0.2.1

2 days ago

0.2.0

2 days ago

0.2.2

2 days ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago

0.0.10

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago