Wikiki / bulma-steps

Bulma's extension to manage steps
MIT License
96 stars 44 forks source link

Use with React #22

Open TimothyDalbey opened 5 years ago

TimothyDalbey commented 5 years ago

I'm pretty new to React - so excuse me if this question comes across as naive. Insofar, I'm able to use the .sass for the project, but the Javascript has me a little confused. Is this package usable with React? If so, can you provide some instruction as to how to integrate?

tml123 commented 5 years ago

You can definitely use it with React. I made a project somewhat similar to this library for React. It was the "bulma steps (alternative)" library on the bulma extensions page. I used the Context API to control the steps. You can check it out here: https://github.com/tml123/react-bulma-steps and I'm sure you can apply a similar method or feel free to hack at my code.