4.0.0 • Published 4 years ago

@huteming/ui-cell v4.0.0

Weekly downloads
4
License
ISC
Repository
-
Last release
4 years ago

引入

import { Cell } from '@huteming/ui'
Vue.use(Cell)

代码演示

基础用法

<tm-cell header="header" body="body" footer="footer" link></tm-cell>

API

Props

参数说明类型可选值默认值
header左边区域内容String--
body中间区域内容, 占据剩余宽度String--
footer右边区域内容String--
link是否显示箭头标识boolean-false

Slots

参数说明类型可选值默认值
header左边区域内容String--
body中间区域内容, 占据剩余宽度String--
-右边区域内容String--