UNPKG

jc-biz-components

Version:

jc component library based on Antd

36 lines (28 loc) 653 B
# jc-biz-component Ant design component wrapper and JC business component library. ## Install ```bash yarn add git+http://git@git.jc:2222/frontend/jc-biz-component.git#tag ``` ## Usage currently only on demand import is supported. for Ant design components ```jsx import { DatePicker } from 'jc-biz-components'; ``` for JC business components, please add Jc prefix ```jsx import { JcBreadcrumb } from 'jc-biz-components'; ``` ## Development Add business comoponent should follow: folder structure - component name (lower case with dash divided) - style - index.js - index.less - index.js ## Compile ```bash $ yarn run compile ```