2.3.1 • Published 9 years ago

tab-strip v2.3.1

Weekly downloads
2
License
ISC
Repository
github
Last release
9 years ago

tab-strip

Robust, stylable tab strip widget for HTML5 apps.
Features reorderable and closable tabs.

npm.io

How to install

npm install tab-strip

Usage

Check out the live demo and its source code.

  • Include TabStrip.js in your page.
  • Create a container element, call tabStrip = new TabStrip(container).
  • Create a list item element (<li>), put whatever you want inside.
  • Use tabStrip.tabsRoot.appendChild(item).

See index.d.ts for the full API.

Building from source

  • Make sure you have a recent version of Node.js installed.
  • Clone the repository from https://github.com/sparklinlabs/tab-strip and run npm install once
  • Run npm run build to build once or npm run watch to start a watcher that will rebuild when changes are detecting
2.3.1

9 years ago

2.3.0

9 years ago

2.2.0

10 years ago

2.1.0

10 years ago

2.0.0

10 years ago

1.2.0

10 years ago

1.1.0

10 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago