update document

This commit is contained in:
afc163 2015-11-17 16:33:47 +08:00
parent 541fdd0375
commit 0e13be7500
3 changed files with 5 additions and 1 deletions

View File

@ -13,6 +13,8 @@
导航菜单是一个网站的灵魂,用户依赖导航在各个页面中进行跳转。一般分为顶部导航和侧边导航,顶部导航提供全局性的类目和功能,侧边导航提供多级结构来收纳和排列网站架构。
更多布局和导航的范例可以参考:[常用布局](/spec/layout)。
```html
<Menu>
<MenuItem>菜单项</MenuItem>

View File

@ -18,6 +18,8 @@
## API
> 此组件取代了 0.9.x 版本的 [enter-animation](http://09x.ant.design/components/enter-animation/)。
元素依次进场。
```html

View File

@ -33,8 +33,8 @@
- 背靠 npm 生态圈。
- 基于 webpack 的调试构建方案,支持 ES6。
## 示例
## 示例
```jsx
import { Datepicker } from 'antd';