Package Exports
- react-media-library
- react-media-library/dist/cjs/index.js
- react-media-library/dist/esm/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (react-media-library) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
React Media Library
Have you ever worked with WordPress? If not, count your blessings. :)
But seriously, using a CMS like WordPress does provide a lot of useful features. The feature I miss most as a MERN developer is the media library browser. All image fields are edited using a modal where you can select something previously uploaded or drag-and-drop new images from your file browser. Well, now you can have something similar for your React app.
Note: this only includes the UI; everybody's app is different, so I can't write your API connections for you.
Installation
Install it via npm in your project.
npm install react-media-library --save
Documentation / Examples
See Storybook.