mand-mobile/components/detail-item
xuxiaoyan 6998a6cf80 doc: update preview links 2019-01-29 16:31:24 +08:00
..
demo example: update demos for style 2018-12-03 21:29:22 +08:00
test test: update cases & snapshots 2018-12-12 17:33:49 +08:00
README.en-US.md doc: update preview links 2019-01-29 16:31:24 +08:00
README.md doc: update preview links 2019-01-29 16:31:24 +08:00
component.js feat(detail-item): add new component 2018-09-22 15:37:46 +08:00
index.vue fix(DetailItem): fix DetailItem only support content in string 2019-01-21 18:12:02 +08:00

README.en-US.md

title preview
DetailItem https://didi.github.io/mand-mobile/examples/#/detail-item

Detail list usually used as bill details, inventory details and so on.

Import

import { DetailItem } from 'mand-mobile'

Vue.component(DetailItem.name, DetailItem)

Code Examples

API

CellItem Props

Props Description Type Default Note
title title String - -
content content text String - -
bold whether emphasis content Boolean false -