JSPM

@mux/mux-uploader-react

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

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

Package Exports

    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.