baidu / baidu/amis

Multipage App Menu(Navigation) Position from vertical to Horizontal

Open
#2,997 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
18.9k
Forks
2.7k
PR merge metrics
No merged PRs in 30d

Description

#### Implementation scenario:
I want to change APP menu from vertical to horizontal

#### Existing problems:
I tried Multi-page App type, it's working fine, is it possible to change the Menu(Navigation) position to Horizontal

#### Current plan:
Please paste the complete amis schema code of your current scheme...

```
{
"type": "app",
"brandName": "应用名称",
"pages": [
{
"label": "分组1",

"children": [
{
"label": "父页面",
"url": "/parent",
"children": [
{
"label": "子页面",
"url": "pageA",
"schema": {
"type": "page",
"title": "Page A"
}
}
]
}
]
}
],
...
}
```

Contributor guide

No contributing guide indexed for this repository

Research direction

Reproduce the supplied multi-page app schema and inspect how the app menu is rendered and positioned. Determine the supported navigation layout options and verify the result with a multi-page app using the provided nested pages; done means the menu is displayed horizontally without breaking navigation.

Written by the indexing model from the issue text.

Assessment

Tech stack
typescript
Domain
frontend
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.