Skip to content

Commit

Permalink
Merge branch 'docs-addNewTag'
Browse files Browse the repository at this point in the history
  • Loading branch information
pointhalo committed Nov 14, 2024
2 parents 4f3fb32 + 582d964 commit 497fea3
Show file tree
Hide file tree
Showing 161 changed files with 1,292 additions and 1,238 deletions.
2 changes: 1 addition & 1 deletion content/basic/button/index-en-US.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
localeCode: en-US
order: 19
order: 18
category: Input
title: Button
subTitle: Button
Expand Down
2 changes: 1 addition & 1 deletion content/basic/button/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
localeCode: zh-CN
order: 19
order: 18
category: 输入类
title: Button 按钮
icon: doc-button
Expand Down
2 changes: 1 addition & 1 deletion content/basic/divider/index-en-US.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
localeCode: en-US
order: 14
order: 20
category: Basic
title: Divider
icon: doc-divider
Expand Down
2 changes: 1 addition & 1 deletion content/basic/divider/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
localeCode: zh-CN
order: 14
order: 20
category: 基础
title: Divider 分割线
icon: doc-divider
Expand Down
2 changes: 1 addition & 1 deletion content/basic/grid/index-en-US.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
localeCode: en-US
order: 15
order: 16
category: Basic
title: Grid
icon: doc-grid
Expand Down
2 changes: 1 addition & 1 deletion content/basic/grid/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
localeCode: zh-CN
order: 15
order: 16
category: 基础
title: Grid 栅格
icon: doc-grid
Expand Down
2 changes: 1 addition & 1 deletion content/basic/icon/index-en-US.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
localeCode: en-US
order: 16
order: 21
category: Basic
title: Icon
subTitle: Icon
Expand Down
2 changes: 1 addition & 1 deletion content/basic/icon/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
localeCode: zh-CN
order: 16
order: 21
category: 基础
title: Icon 图标
icon: doc-icons
Expand Down
2 changes: 1 addition & 1 deletion content/basic/layout/index-en-US.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
localeCode: en-US
order: 17
order: 15
category: Basic
title: Layout
subTitle: Layout
Expand Down
2 changes: 1 addition & 1 deletion content/basic/layout/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
localeCode: zh-CN
order: 17
order: 15
category: 基础
title: Layout 布局
icon: doc-layout
Expand Down
Original file line number Diff line number Diff line change
@@ -1,17 +1,20 @@
---
localeCode: en-US
order: 68
category: Show
order: 17
category: Basic
title: Resizable
icon: doc-steps
dir: column
showNew: true
brief: The component size is adjusted based on the user's mouse drag, supporting both resizing of a single component and combined resizing.
---

## Demos

### How to import

Resizable supported from 2.69.0

```jsx
import { Resizable } from '@douyinfe/semi-ui';
import { ResizeItem, ResizeHandler, ResizeGroup } from '@douyinfe/semi-ui'
Expand Down
Loading

0 comments on commit 497fea3

Please sign in to comment.