@bigmath-ui-library/core
BrightDB 前端 UI 组件库,基于 React + TypeScript + MUI v6。
构建
npm install
npm run build
依赖说明
本包依赖以下 transitive 依赖:
react@17 / react-dom@17
@mui/material@6
@mui/icons-material@5
@mui/x-date-pickers
@mui/x-data-grid
@emotion/react / @emotion/styled
styled-components@5
react-hook-form
leaflet / react-leaflet
highlight.js
目录结构
src/
├── components/ # UI 组件(BMButton、BMInput、BMModal 等)
├── theme/ # MUI 主题定制
├── assets/icons/ # SVG 图标
├── bma/ # BMA 专用组件
└── index.ts # 包入口
注意事项
@coreApp/assets/icons/ 为 monorepo 路径别名,Rollup 构建时映射到 src/assets/icons/
- 构建配置位于
rollup.config.js
- 构建产物兼容 CJS 和 ESM 两种格式