mand-mobile/components/cell-item
moyus 62995470df feat(cell-item): add new cell-item component
BREAKING CHANGE: new cell-item component
2018-09-19 01:11:09 +08:00
..
demo feat(cell-item): add new cell-item component 2018-09-19 01:11:09 +08:00
test feat(cell-item): add new cell-item component 2018-09-19 01:11:09 +08:00
README.en-US.md feat(cell-item): add new cell-item component 2018-09-19 01:11:09 +08:00
README.md feat(cell-item): add new cell-item component 2018-09-19 01:11:09 +08:00
component.js feat(cell-item): add new cell-item component 2018-09-19 01:11:09 +08:00
index.vue feat(cell-item): add new cell-item component 2018-09-19 01:11:09 +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 -

CellItem Events

@click(event)

click event when not disabled

CellItem Slots

default

default content slot

start

start content slot

addon

addon content slot

children

extra children slot