🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@bigmath-ui-library/core

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bigmath-ui-library/core

BrightDB 前端 UI 组件库,基于 React + TypeScript + MUI v6。

npmnpm
Version
2.0.4
Version published
Weekly downloads
1
-90%
Maintainers
1
Weekly downloads
 
Created
Source

@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 两种格式

FAQs

Package last updated on 21 Apr 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts