Skip to content

Commit

Permalink
Add inset prop of Cell.Group
Browse files Browse the repository at this point in the history
  • Loading branch information
ickg5 committed Aug 25, 2021
1 parent 57daaf6 commit 08b4d6f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/src/cell/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ import { Cell } from "@taroify/core"
| 参数 | 说明 | 类型 | 默认值 |
| ------ | -------------- | --------- | ------ |
| title | 分组标题 | _string_ | `-` |
| inset | 是否展示为圆角卡片风格 | _boolean_ | `false` |
| bordered | 是否显示外边框 | _boolean_ | `true` |

### Cell Props
Expand Down

0 comments on commit 08b4d6f

Please sign in to comment.