forwarder / meteor-wizard

A wizard component for Autoform.
MIT License
67 stars 17 forks source link

could example for BS3 template? #16

Closed thearabbit closed 9 years ago

thearabbit commented 9 years ago

I would like to use with Bootstrap 3. I tried custom the example package, but can't. Please example for `BS3'.

Pagebakers commented 9 years ago

I think to example on how to customize is pretty straight forward, what exactly did you try? Maybe I can help you out with some pointers.

thearabbit commented 9 years ago

I use autoform base on BS3, so I tried custom css but don't work.

Pagebakers commented 9 years ago

If you use the default templates, all you need is to enable the bootstrap3 theme for autoform.

For the submit buttons add btn classes to your wizard configuration, for example: btn btn-default

Then for the steps you could use the breadcrumbs perhaps, see the example code how I set this up for semantic ui.

Configuration would be something like {{> wizard id="my-wizard" steps=steps stepsTemplate="customStepsTemplate" buttonClasses="btn btn-default"}}

thearabbit commented 9 years ago

I tried add bs3 package, and change the buttonClasses. And remove autoform semantic, form is hidden.

Pagebakers commented 9 years ago

I'll need to see the code and preferably a running example to see what's going on, hard to tell this way.

thearabbit commented 9 years ago

I wait for bs3 example.