0.0.4 • Published 3 years ago

@castianta/card-list v0.0.4

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

test

@castianta/card-list

面板列表

API

参数名说明必填类型默认值备注
pageContainer外层面板PageContainerProps--
cardLeft左侧面板CardLeftProps-见下
cardRight右侧面板CardRightProps-见下
renderItem自定义列传入 dom(item) => ReactNode-

CardLeftProps

参数名说明必填类型默认值备注
dom内部渲染,如果 dom 为自定义内部渲染,不传为默认 list 列表组件React.ReactNode--
listProListPropsProCardProps--
radio单选列设置 antd 的 Radio 组件 RadioGroupRadioProps--
dataSource传入的数据 Object 必须包含 value 字段,{itemStyle:{CSSProperties},value:any,(...RadioProps,...other)}Object[]--
(...ProCardProps)ProCardPropsProCardProps--

ProCard

参数名说明必填类型默认值备注
dom内部渲染React.ReactNode--
(...ProCardProps)ProComponents 的 ProCardPropsProCardProps--