-
Notifications
You must be signed in to change notification settings - Fork 773
Open
Description
Is there an existing issue for this?
- I have searched the existing issues
Which Component
Steps
Semi Version
2.77.1
Current Behavior
Expected Behavior
Steps To Reproduce
No response
ReproducibleCode
import React from 'react';
import { Steps } from '@douyinfe/semi-ui';
() => (
<Steps type="basic" current={1} onChange={(i)=>console.log(i)}>
<Steps.Step />
<Steps.Step title="In Progress" description="This is a description" />
<Steps.Step title="Waiting" description="This is a description" />
</Steps>
);Environment
- OS:
- browser:Anything else?
No response
Metadata
Metadata
Assignees
Labels
No labels

