# Cells
Commonly used to nest a group of cells
# Example:
Basic components
Alert
Badge
Button
Collapse
HTML5
显示代码
# Cells Attribute
| Parameter | Description | Type | Optional Value | Default Value |
|---|---|---|---|---|
| title | Cells Title | String | - | - |
| footer | Cells Footer Text | String | - | - |
# Cell Attribute
| Parameter | Description | Type | Optional Value | Default Value |
|---|---|---|---|---|
| title | Title | String | - | - |
| footer | text | String | - | - |
| icon | icon | String | - | - |
| url | url | String | - | - |
| del | del or not | Boolean | - | false |
# Cell Event
| Event name | Description | Callback parameter |
|---|---|---|
| del | Delete event | Delete This |



