Cell
Install
import React from 'react';
import { Cell } from 'vant-react';Usage
Basic Usage
<Cell
title={{ text: 'Title', fontSize: '14px' }}
content={{ text: 'Content', fontSize: '12px' }}
/>
<Cell
title={{ text: 'Title', fontSize: '14px' }}
content={{ text: 'Content', fontSize: '12px' }}
description={{ text: 'description', fontSize: '12px' }}
/>Cell Icon
Cell Tag
Round Cell
Value Only
URL
Action
API
Props
Event
Last updated
Was this helpful?