4.0.2 • Published 8 years ago

hyperdrive-ui v4.0.2

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

hyperdrive-ui

Explore the contents of a hyperdrive in the browser.

Example

Live demo: http://dat.land/

usage

npm install hyperdrive-ui

hyperdriveUI(archive, opts, onclick)

Renders the explorer.

var explorer = require('hyperdrive-ui')
function onclick (ev, entry) {
  console.log('clicked', entry.name, entry.type)
}
var tree = explorer(archive, onclick)
document.querySelector('#hyperdrive').appendChild(tree)

get started

npm install
npm start
4.0.2

8 years ago

4.0.1

8 years ago

4.0.0

8 years ago

2.0.6

8 years ago

2.0.5

8 years ago

2.0.4

8 years ago

2.0.3

8 years ago

2.0.2

8 years ago

2.0.1

8 years ago

2.0.0

8 years ago

1.2.3

8 years ago

1.2.2

8 years ago

1.2.1

8 years ago

1.2.0

8 years ago

1.1.0

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago