ant-design/components/breadcrumb/index.md

15 lines
302 B
Markdown
Raw Normal View History

2015-06-15 22:01:39 +08:00
# BreadCrumb
2015-07-01 20:44:19 +08:00
- category: Components
2015-06-15 22:01:39 +08:00
- chinese: 面包屑
---
2015-06-17 20:24:42 +08:00
2015-06-26 14:42:30 +08:00
显示当前页面在系统层级结构中的位置,并能向上返回。
2015-06-17 20:24:42 +08:00
2015-06-26 14:42:30 +08:00
## 何时使用
2015-06-17 20:24:42 +08:00
2015-06-26 14:42:30 +08:00
- 当系统拥有超过两级以上的层级结构时;
- 当需要告知用户“你在哪里”时;
- 当需要向上导航的功能时。