JSPM

@mux/mux-uploader-react

1.1.2-canary.5
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 8011
  • Score
    100M100P100Q145129F
  • License MIT

An uploader element for React that handles Mux Direct Uploads and a visual progress bar for you

Package Exports

  • @mux/mux-uploader-react

Readme

<MuxUploader/>

Downloads Version License

Introduction

<MuxUploader /> is a Mux-flavored React uploader component, built on top of our mux-uploader web component.

Installation

npm install @mux/mux-uploader-react

or

yarn add @mux/mux-uploader-react

Usage

import MuxUploader from '@mux/mux-uploader-react';

<MuxUploader endpoint="https://my-authenticated-url/storage?your-url-params"/>;

Docs

Docs and guides live on docs.mux.com.

API reference lives on Github.