Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 433 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 433 Bytes
  • UButtonGroup 按钮组,用于表格link类型按钮样式
  • UDrawer 基于antd Drawer封装 -UModal 基于antd Modal封装
  • UPagination 基于antd Pagination封装
  • USearchForm 基于antd SearchForm封装
  • UTable 基于antd Table封装

测试

npm run build;
npm link;
cd examples/src;
npm link u2antd;
cd ../..;
npm start

上传

yarn build

npm adduser

npm publish