You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.
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?
The text was updated successfully, but these errors were encountered:
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.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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?
The text was updated successfully, but these errors were encountered: