You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
357 B
27 lines
357 B
8 years ago
|
## zh-CN
|
||
|
|
||
3 years ago
|
与 `react-router@6+` 结合使用,生成和路由绑定的面包屑。
|
||
8 years ago
|
|
||
|
## en-US
|
||
|
|
||
3 years ago
|
Used together with `react-router@6+`.
|
||
8 years ago
|
|
||
6 years ago
|
```css
|
||
8 years ago
|
.demo {
|
||
|
margin: 16px;
|
||
|
}
|
||
|
.demo-nav {
|
||
|
height: 30px;
|
||
|
margin-bottom: 16px;
|
||
4 years ago
|
line-height: 30px;
|
||
8 years ago
|
background: #f8f8f8;
|
||
|
}
|
||
|
.demo-nav a {
|
||
|
padding: 0 8px;
|
||
4 years ago
|
line-height: 30px;
|
||
8 years ago
|
}
|
||
|
.app-list {
|
||
|
margin-top: 16px;
|
||
|
}
|
||
6 years ago
|
```
|