An open API service indexing awesome lists of open source software.

https://github.com/wavevision/uploader

📤 Simple back-end agnostic client-side uploader component
https://github.com/wavevision/uploader

backend-agnostic client-side component react uploader

Last synced: 11 months ago
JSON representation

📤 Simple back-end agnostic client-side uploader component

Awesome Lists containing this project

README

          

Wavevision s.r.o.


Uploader

[![CI](https://github.com/wavevision/uploader/workflows/CI/badge.svg)](https://github.com/wavevision/uploader/actions?query=workflow%3ACI)

Simple back-end agnostic client-side uploader component with customizable renderers as React components.

## Installation

Via [Yarn](https://yarnpkg.com)

```bash
yarn add @wavevision/uploader
```

or [npm](https://npmjs.com)

```bash
npm install --save @wavevision/uploader
```

## Documentation

You can read the docs at [wavevision.github.io/uploader](https://wavevision.github.io/uploader).