Skip to content

Commit

Permalink
feat(grid): react 组件同步
Browse files Browse the repository at this point in the history
  • Loading branch information
Lyan-u committed Aug 7, 2024
1 parent 7631511 commit 1071c72
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 2 deletions.
35 changes: 35 additions & 0 deletions docs/mobile/api/grid.en-US.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
---
title: Grid
description: Used for functional entrance layout, cut pages or specific areas into large blocks such as several other blocks, forming several functional entrances.
spline: base
isComponent: true
toc: false
---

### Basic Grid

{{ base }}

### Description

{{ desc }}

### Bordered

{{ bordered }}

### Badge

{{ badge }}

### Scrollable

{{ scroll }}

### Icon

{{ icon }}

### Card

{{ card }}
20 changes: 18 additions & 2 deletions docs/mobile/api/grid.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,26 @@ toc: false

{{ base }}

### 带说明宫格
### 带描述宫格

{{ desc }}

### 带边框宫格

{{ bordered }}

### 带徽标宫格

{{ badge }}
{{ badge }}

### 可滑动宫格

{{ scroll }}

### 可传图标宫格

{{ icon }}

### 卡片宫格

{{ card }}

0 comments on commit 1071c72

Please sign in to comment.