You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ant-design/components/spin/demo/tip.md

16 lines
180 B
Markdown

# 自定义描述文案
- order: 4
自定义描述文案。
---
````jsx
import { Spin } from 'antd';
ReactDOM.render(
<Spin tip="自定义描述文案"/>
, mountNode);
````