列表组展示组件。
参数 | 类型 | 默认值 | 说明 |
---|---|---|---|
componentClass | elementType(li div) | 组件元素类型 | |
bsClass | string | 'list-group' | 扩展类 |
children | react node | null | 子内容 |
参数 | 类型 | 默认值 | 说明 |
---|---|---|---|
active | any | null | 活动 |
disabled | any | null | 禁止 |
header | react node | null | 头部 |
children | react node | null | 子内容 |
listItem | boolean | false | 列表展示 |
onClick | func | 点击时候的回调 | |
href | string | null | 链接 |
type | string | null | 类型 |
bsStyle | string | null | 颜色 |
bsClass | string | 'list-group-item' | 扩展类 |