<MuxUploader />
is a Mux-flavored React uploader component, built on top of our mux-uploader web component.
npm install @mux/mux-uploader-react
or
yarn add @mux/mux-uploader-react
import MuxUploader from '@mux/mux-uploader-react';
<MuxUploader endpoint="https://my-authenticated-url/storage?your-url-params"/>;
Docs and guides live on docs.mux.com.
API reference lives on Github.