mand-mobile/components/cell-item
MeloHG e2849108b5 test: 更新 Icon 相关快照 2023-02-01 22:02:10 +08:00
..
demo example(cell-item): update demo configration 2019-09-02 20:55:29 +08:00
test test: 更新 Icon 相关快照 2023-02-01 22:02:10 +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(code clean up): 2018-09-24 15:48:57 +08:00
index.vue feat(chore): ui,color upgrade (#755) 2021-08-06 14:34:26 +08:00

README.en-US.md

title preview
CellItem https://didi.github.io/mand-mobile/examples/#/cell-item

Arrange vertically and display current contents, status and other allowable operations.

Import

import { CellItem } from 'mand-mobile'

Vue.component(CellItem.name, CellItem)

Code Examples

API

CellItem Props

Props Description Type Default Note
title title String - -
brief description text String - -
addon help info text String - -
disabled disable item operation Boolean false -
arrow arrow indicator Boolean false -
no-border remove border Boolean false -

CellItem Events

@click(event)

click event when not disabled

CellItem Slots

default

default content slot

left

left content slot

right

right content slot

children

extra children slot