react-stepper icon indicating copy to clipboard operation
react-stepper copied to clipboard

Well-designed stepper component for react

Results 10 react-stepper issues
Sort by recently updated
recently updated
newest added

Objects are not vaild as React child (found : object with keys {$$typeof,type,key, ref,props,_owner,_store}) in ie browser

The line height of the number inside the circle is not always calculated correctly as some fonts have weird spaces. Can we get a line height offset prop that allows...

This adds the ability to set 'line-height' style of 'a' tag inside circle and should give an option for #21

This is how my stepper looks like: I am using the code from example. What i am doing wrong? ![reactstepper](https://user-images.githubusercontent.com/25721108/48859766-4cedf600-edbf-11e8-827f-f77b1d16d878.png)

Thanks for making this, I'm currently trying to make it work with rtl languages such as Hebrew and Arabic, If I could have access to the **isLast, first** and **completed**...

HI @mu29, do you have a vertical version of this component? Thanks!

It would be nice if the step `title` could officially support arbitrary components rather than just strings, for instance to support simple icons (like font awesome) as part of the...

accept on array of steps the title of circle, could be icons too

@mu29 Hi, Thanks for this stepper component. The thing I wanted to do with my stepper is customizing the CSS. My requirements: * Text Title to appear to the right...