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
- Host: GitHub
- URL: https://github.com/wavevision/uploader
- Owner: wavevision
- License: mit
- Archived: true
- Created: 2020-06-16T13:28:07.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T19:11:16.000Z (over 3 years ago)
- Last Synced: 2025-03-21T01:35:13.793Z (about 1 year ago)
- Topics: backend-agnostic, client-side, component, react, uploader
- Language: TypeScript
- Homepage:
- Size: 2.57 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Uploader
[](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).
