Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 1.16 KB

README.md

File metadata and controls

36 lines (24 loc) · 1.16 KB

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