0.0.1 • Published 3 years ago

nantd v0.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago
  • 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 qantd;
cd ../..;
npm start