Wikiki/bulma-steps

Use with React

TimothyDalbey opened this issue · 1 comments

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?

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.