Joran committed brought up to dateLatest: 3e757a6 on 12/16/2016, 3:43:14 AM | |
📄 | .travis.yml |
📄 | LICENSE |
📄 | README.md |
📁 | example |
📄 | index.js |
📄 | menu.js |
📁 | node_modules |
📄 | 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