hypertabs-vertical

3.0.0 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i hypertabs-vertical

Weekly Downloads

2

Version

3.0.0

License

MIT

Last publish

Collaborators

  • cryp7ix