mirror of
https://github.com/ant-design/ant-design.git
synced 2025-08-05 23:46:28 +08:00
fix code demo type
This commit is contained in:
parent
09397187ac
commit
cd9c85c969
@ -13,7 +13,7 @@ title:
|
||||
|
||||
You can customize the display for Steps with progress dot style.
|
||||
|
||||
````jsx
|
||||
````__react
|
||||
import { Steps, Popover } from 'antd';
|
||||
const Step = Steps.Step;
|
||||
|
||||
|
@ -13,7 +13,7 @@ title:
|
||||
|
||||
Steps with progress dot style.
|
||||
|
||||
````jsx
|
||||
````__react
|
||||
import { Steps } from 'antd';
|
||||
const Step = Steps.Step;
|
||||
|
||||
|
@ -13,7 +13,7 @@ title:
|
||||
|
||||
A step bar with vertical title.
|
||||
|
||||
````jsx
|
||||
````__react
|
||||
import { Steps } from 'antd';
|
||||
const Step = Steps.Step;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user