steps icon indicating copy to clipboard operation
steps copied to clipboard

React Steps

Results 24 steps issues
Sort by recently updated
recently updated
newest added

Hi `react-component/steps`! This is a one-off automatically generated pull request from LGTM.com :robot:. You might have heard that we’ve integrated LGTM’s underlying CodeQL analysis engine natively into GitHub. The result...

Show finish/error step number optional. #48 #74

When invoking the next button focus gets lost and on pressing tab it goes to the first option Example - http://react-component.github.io/steps/?path=/story/rc-steps--nextstep. Need to enable tab index first for keyboard navigation....

Hi, I would like to know how to pass 'icons' props in . Actually when the status is finish or else is working fine. BUT when status= error, it has...

We are using radio buttons as the step content and we got accessibility bugs since the label is not associated with the radio button. ![image](https://user-images.githubusercontent.com/18317674/120393474-d4007b00-c2e6-11eb-888f-78bab1fb5b77.png) ![image](https://user-images.githubusercontent.com/18317674/120393502-debb1000-c2e6-11eb-8906-ec203b6810e8.png)

when you add a tailContent it just makes the tail-content div to be display: none, nothing happens. ... please help

![image](https://user-images.githubusercontent.com/40623790/95016876-7f333480-0673-11eb-9d08-77b25569a281.png) When we add more steps, the steps are getting crunched. Is there a way to avoid it. May be get them in a new line or show a horizontal...

When I converted my **.js** file into **.tsx**. It started giving me this error: **"Property 'Step' does not exist on type 'typeof Steps'."** Please help me figure out this issue....

Can I change the length of the line between state and state? ![image](https://user-images.githubusercontent.com/23032062/91957638-e4280180-ed38-11ea-9c2f-22e094ffebdc.png)

Hi there, is it possible to use a custom component to display in a step?