CellItem

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

Import

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

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

Code Examples

API

CellItem Props

PropsDescriptionTypeDefaultNote
titletitleString/Number--
briefdescription textString/Number--
addonhelp info textString--
disableddisable item operationBooleanfalse-
arrowarrow indicatorBooleanfalse-
no-borderremove borderBooleanfalse-

CellItem Events

@click(event)

click event when not disabled

CellItem Slots

default

default content slot

left

left content slot

right content slot

children

extra children slot