Skip to content

Latest commit

 

History

History

mux-uploader-react

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

<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.