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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 4.0.2
    1
    • latest

Version History

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