0.98.30 • Published 4 years ago

cjapp_ui v0.98.30

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

yylib-react

React Component 基础上精心封装的高质量 UI 组件。

安装

NPM

注意事项

  • 只支持React15
  • webpack需要添加别名
alias:{
    "yylib-ui": 'yylib-react/dist/yylib2', //新UI库
    "yylib-utils": 'yylib-react/dist/utils', //工具库
    "yylib-business": 'yylib-react/dist/business', //业务组件库
    "yylib-trd": 'yylib-react/trd' //第三方库组件库
}