Browse Source

docs: Review of transfer / demo / basic.md (#2609)

pull/2618/head
Marius Ileana 8 years ago
committed by Benjy Cui
parent
commit
77940b77f0
  1. 4
      components/transfer/demo/basic.md

4
components/transfer/demo/basic.md

@ -11,7 +11,9 @@ title:
## en-US
The most basic usage.
Basic Usage
The most basic usage of `Transfer` involves providing the source data and target keys arrays, plus the rendering and change callback functions.
````jsx
import { Transfer } from 'antd';

Loading…
Cancel
Save