git ssb

0+

Dominic / hypertabs



Tree: e1f4d13ed40990015fc3bb7b9ccb0c10e3fbc501

Files: e1f4d13ed40990015fc3bb7b9ccb0c10e3fbc501 / README.md

271 bytesRaw

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