1.0.4 • Published 5 years ago

react-file-system v1.0.4

Weekly downloads
6
License
MIT
Repository
github
Last release
5 years ago

react-file-system

A react file system UI to manage files on a server.

NPM JavaScript Style Guide

Install

npm install --save react-file-system

Usage

import React, { Component } from 'react'

import ReactFileSystem from 'react-file-system'

class MyFileSystem extends Component {
  render () {
    return (
      <MyFileSystem
        rootDirName="documents" />
    )
  }
}

License

MIT © hendrik-Sch

1.0.4

5 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago

0.1.0

6 years ago