@flatbiz/antd
TypeScript icon, indicating that this package has built-in type declarations

4.4.13 • Public • Published

组件定义规范

格式要求

1. 文件夹名称必须使用 中划线连接,组件名称必须与文件夹名称相同,但是是驼峰写法
   例如:文件夹:abc-xyz,则组件名称:AbcXyz
2. 组件结构
   - 组件目录名称
     - index.ts
     - 组件名称.tsx
  例如:
    - 组件 abc-xyz
      - index.ts
      - abc-xyz.tsx (导出AbcXyz)

Readme

Keywords

Package Sidebar

Install

npm i @flatbiz/antd

Weekly Downloads

103

Version

4.4.13

License

MIT

Unpacked Size

2.08 MB

Total Files

386

Last publish

Collaborators

  • weichenguang
  • xg0409
  • tianyingchun