--- order: 0 title: 基本用法 --- 一个简单的 loading 状态。 ````jsx import { Spin } from 'antd'; ReactDOM.render(, mountNode); ````