CellItem 单元格

列表用于展现并列层级的信息内容,列表可承载功能入口、功能操作、信息展示等功能。

引入

import { CellItem } from 'mand-mobile-next'

Vue.createApp().component(CellItem.name, CellItem)

代码演示

API

CellItem Props

属性说明类型默认值备注
title标题String/Number
brief描述文案String/Number
addon附加文案String
disabled是否禁用项目Booleanfalse
arrow动作箭头标识Booleanfalse
no-border去除边框Booleanfalse

CellItem Events

@click(event)

非禁用状态下的点击事件

CellItem Slots

default

内容默认插槽

left

起始区域插槽

末尾附加内容插槽

children

额外内容插槽