Standalone materialize-css tabs
npm install materialize-tabssh
$ npm install materialize-tabs
`
Usage
Use with browserify as,
`javascript
require('materialize-tabs');
// This will attach tabs to jQuery
// You do not need to declare jQuery as a global
`
For direct use in a browser,
`html
`
This includes jQuery as well.
If jQuery is already present, use,
`html
``