bcsd
TypeScript icon, indicating that this package has built-in type declarations

1.1.5 • Public • Published

BCS Design

在线文档


特性

  • 提炼和服务企业级中后台产品的交互语言和视觉风格。
  • React Component 基础上精心封装的高质量 UI 组件。
  • 基于 npm + webpack + babel 的工作流,支持 ES2015。

安装

npm install --save bcsd

示例

import { DatePicker } from 'bcsd';
ReactDOM.render(<DatePicker />, mountNode);

引入样式:

import 'bcsd/dist/bcsd.css';

按需加载

按需加载可通过使用插件 babel-plugin-import

"plugins": [
    ["import", {
      "libraryName": "bcsd",
      "style": "css"
    }]
]

浏览器支持

现代浏览器和 IE8 及以上。

IE8 issues

Package Sidebar

Install

npm i bcsd

Weekly Downloads

25

Version

1.1.5

License

MIT

Unpacked Size

13.6 MB

Total Files

353

Last publish

Collaborators

  • dengchao2056