An open API service indexing awesome lists of open source software.

https://github.com/guxmartin/simple-bootstrap-tabs-wizard

Easy wizard
https://github.com/guxmartin/simple-bootstrap-tabs-wizard

bootstrap tabs wizard

Last synced: 9 months ago
JSON representation

Easy wizard

Awesome Lists containing this project

README

          

# Simple Bootstrap Tabs Wizard
Easy wizard

![Example](ejemplo.jpg)

## Use
``` javascript

// Normal
$("#myTab1").simpleWizard();

// All params
$("#pills-tab").simpleWizard({
"btnClass": "btn-outline-secondary btn-sm",
"nextText": "Siguiente",
"prevText": "Anterior",
"nextIcon": '',
"prevIcon": '',
});
```