Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Trying to figure out how to customize step styling #122

Open
mertcihankurel opened this issue Nov 7, 2023 · 1 comment
Open

Trying to figure out how to customize step styling #122

mertcihankurel opened this issue Nov 7, 2023 · 1 comment

Comments

@mertcihankurel
Copy link

Hi @srdjan, thanks for providing this library. I wonder how can I customize step color using stepCustomStyle prop? I tried many ways, but couldn't come with something helpful. I can change the color of step numbers, but not the step input itself. Can you help me figure out this?
Screen Shot 2023-11-07 at 19 43 23
<MultiStep {...multistepConfig} activeStep={0} prevButton={prevButton} nextButton={nextButton} stepCustomStyle={{ color: "#656565", }} />

@srdjan
Copy link
Owner

srdjan commented Nov 9, 2023

the UI customization is very limited in the current version, I'm planing to release v6 which has full customization and some other features. You can check it here:

https://github.com/srdjan/react-multistep/tree/v6.0.0-alpha

It is almost ready, needs finishing touches, I will try to publish it asap.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants