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
- Host: GitHub
- URL: https://github.com/guxmartin/simple-bootstrap-tabs-wizard
- Owner: GuxMartin
- Created: 2019-09-03T18:07:41.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-09-03T18:28:15.000Z (almost 7 years ago)
- Last Synced: 2025-01-17T04:13:36.877Z (over 1 year ago)
- Topics: bootstrap, tabs, wizard
- Language: HTML
- Size: 138 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple Bootstrap Tabs Wizard
Easy wizard

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