Wikiki / bulma-steps

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

Jump straight into a given step #26

Open antoinebrl opened 5 years ago

antoinebrl commented 5 years ago

This feature sets the initial view to a given step. ex: bulmaSteps.attach('.steps', {'step_idx': 2});

Wikiki commented 5 years ago

Hi @antoinebrl,

Thanks a lot. Can you just rename the options property into jsut "index" or "active" ?

regards