Skip to content

Commit

Permalink
feat(navbar): 更新navbar文档, 对齐mobile-vue (#1868)
Browse files Browse the repository at this point in the history
  • Loading branch information
04756 authored Aug 14, 2024
1 parent 6a57ca4 commit 12be0d7
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 4 deletions.
32 changes: 32 additions & 0 deletions docs/mobile/api/navbar.en-US.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
---
title: Navbar
description: Used to switch between different pages or jump, located above the content area, below the system status bar.
spline: base
isComponent: true
toc: false
---

### Type
#### Basic Navbar

{{ base }}

#### Search Navbar

{{ search }}

#### With Image Navbar

{{ img }}

#### Title Alignment

{{ left-title }}

#### Title Size

{{ size }}

#### Customize Color

{{ custom-color }}
20 changes: 16 additions & 4 deletions docs/mobile/api/navbar.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,22 @@ toc: false

{{ base }}

#### 左侧双操作导航栏
#### 带搜索导航栏

{{ left-icon }}
{{ search }}

#### 右侧双操作导航栏
#### 带图片导航栏

{{ right-icon }}
{{ img }}

#### 标题对齐

{{ left-title }}

#### 标题尺寸

{{ size }}

#### 自定义颜色

{{ custom-color }}

0 comments on commit 12be0d7

Please sign in to comment.