1.0.1 • Published 2 years ago

way2web-bootstrap-tabs v1.0.1

Weekly downloads
171
License
MIT
Repository
github
Last release
2 years ago

BootstrapTabs

NPM version Downloads

With this function you can add more functions to the bootstrap tabs.

You can add the functions like:

var prefix = 'w2w_tab_';
var test = new BootstrapTabs(element, prefix).listen();

Now you can open a tab manual with:

test.open('#details')

Test the package.

To test the package, clone the package to your system. Than run this command.

npm run build

This will copy the test files to the dist, and also build the package files include the dependencies.

When this script is complete without errors, you can open dist/index.html in your browser. Open the dev tools, tab console, and you see all the results of the tests.

If you only want to check the eslint rules, just run.

npm run lint
1.0.1

2 years ago

1.0.0

4 years ago

0.2.0

4 years ago

0.1.3

6 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago

0.0.8

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago