hyperdrive-ui

4.0.2 • Public • Published

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

Dependents (0)

Package Sidebar

Install

npm i hyperdrive-ui

Weekly Downloads

18

Version

4.0.2

License

MIT

Last publish

Collaborators

  • clkao
  • juliangruber
  • karissa
  • laurengarcia
  • mafintosh
  • maxogden