---
title: Cell 单元格
nav:
  title: 组件
  path: /component
group:
  title: 基础组件
  path: /basic
  order: 0
---

# Cell 单元格

> 单元格为列表中的单个展示项。

## 何时使用

最基础的列表展示，可承载文字、输入框。

## 代码演示

<code src="./__fixtures__/base.tsx"></code>

<code src="./__fixtures__/layout.tsx"></code>

<code src="./__fixtures__/extra.tsx"></code>

<code src="./__fixtures__/group.tsx"></code>

## API

### Cell

<API hideTitle src="./cell.tsx"></API>

### Cell.Group

<API hideTitle src="./cell-group.tsx"></API>
