git ssb

0+

Dominic / hypertabs



Branch:
Dominic Tarr committed 3.0.2Latest: e1f4d13 on 1/25/2017, 9:33:13 PM
📄.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