mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-25 03:29:59 +08:00
update document
This commit is contained in:
parent
541fdd0375
commit
0e13be7500
@ -13,6 +13,8 @@
|
||||
|
||||
导航菜单是一个网站的灵魂,用户依赖导航在各个页面中进行跳转。一般分为顶部导航和侧边导航,顶部导航提供全局性的类目和功能,侧边导航提供多级结构来收纳和排列网站架构。
|
||||
|
||||
更多布局和导航的范例可以参考:[常用布局](/spec/layout)。
|
||||
|
||||
```html
|
||||
<Menu>
|
||||
<MenuItem>菜单项</MenuItem>
|
||||
|
@ -18,6 +18,8 @@
|
||||
|
||||
## API
|
||||
|
||||
> 此组件取代了 0.9.x 版本的 [enter-animation](http://09x.ant.design/components/enter-animation/)。
|
||||
|
||||
元素依次进场。
|
||||
|
||||
```html
|
||||
|
@ -33,8 +33,8 @@
|
||||
- 背靠 npm 生态圈。
|
||||
- 基于 webpack 的调试构建方案,支持 ES6。
|
||||
|
||||
## 示例
|
||||
|
||||
## 示例
|
||||
|
||||
```jsx
|
||||
import { Datepicker } from 'antd';
|
||||
|
Loading…
Reference in New Issue
Block a user