Licence
ISC
Version
3.12.14-beta.0
Deps
4
Size
17 kB
Vulns
0
Weekly
0
@gm-mobile/business
简介
业务组件包 - 提供通用的业务级组件,包括商品选择、签名、优惠券等业务场景组件。
安装
npm install @gm-mobile/business
peerDependencies
{
"react": "^16.13.1"
}
使用
快速开始
import { ProductSelection, Signature } from '@gm-mobile/business'
API
导出列表
| 导出项 | 类型 | 说明 |
|---|---|---|
ProductSelection |
组件 | 商品选择组件 |
Signature |
组件 | 手写签名组件 |
Coupon |
组件 | 优惠券组件(来自 @gm-mobile/c-business) |
ReceivedCoupon |
组件 | 已领取优惠券组件(来自 @gm-mobile/c-business) |
TabDateSelect |
组件 | 日期标签选择组件(来自 @gm-mobile/c-business) |
示例
商品选择
import { ProductSelection } from '@gm-mobile/business'
const App = () => {
return <ProductSelection />
}
签名
import { Signature } from '@gm-mobile/business'
const App = () => {
return <Signature />
}
优惠券
import { Coupon } from '@gm-mobile/business'
const App = () => {
return <Coupon />
}
注意事项
Coupon、ReceivedCoupon、TabDateSelect从@gm-mobile/c-business重新导出- 该包依赖
@gm-mobile/c-react和@gm-mobile/locales
相关包
- @gm-mobile/c-business - 基础业务组件
- @gm-mobile/c-react - 基础 React 组件
- @gm-mobile/react - 主组件库