Skip to main content

Getting Started

Intro

note
NOT AN OFFICAL MUI LIBRARY

Provides components and hooks to upload files which has a Material UI style.

This package is built on MUI and is meant to be temporary until MUI makes equalivant components.

Which is on the roadmap as Dropzone and File Upload.

Installation

You can install the package using npm or yarn

npm install --save mui-file-upload
yarn install --save mui-file-upload

Usage

Once you have the package installed continue by deciding the type of file upload you need.