Wikiki / bulma-steps

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

changed next_step to be async and now awaits the beforeNext callback. #21

Closed Arne-Winter closed 5 years ago

Arne-Winter commented 6 years ago

this enables us to return a promise in the beforeNext callback, which is useful for e.g. displaying animations between step transitions. it shouldn't break anything too