📄 | .gitignore |
📄 | .travis.yml |
📄 | LICENSE |
📄 | README.md |
📁 | example |
📄 | index.js |
📄 | menu.js |
📄 | package.json |
📄 | util.js |
README.md
hypertabs
create a simple tabbed interface
Example
var Tabs = require('hypertabs')
var tabs = Tabs()
tabs.add(h('h1', 'foofoo'))
tabs.add(h('h1', 'baz'))
tabs.select(1) //change to the "baz" tab.
document.body.appendChild(tabs)
License
MIT
Built with git-ssb-web