https://github.com/richard1320/react-media-library
React Media Library is a UI package similar to the WordPress' media library, but for React. It features file drag-and-drop as well as a library to select previously uploaded files.
https://github.com/richard1320/react-media-library
drag-and-drop file-manager filemanager filemanager-ui react react-dom reactjs
Last synced: about 1 year ago
JSON representation
React Media Library is a UI package similar to the WordPress' media library, but for React. It features file drag-and-drop as well as a library to select previously uploaded files.
- Host: GitHub
- URL: https://github.com/richard1320/react-media-library
- Owner: Richard1320
- Created: 2019-09-15T06:49:04.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-05-02T15:02:22.000Z (about 2 years ago)
- Last Synced: 2025-03-16T10:11:10.767Z (about 1 year ago)
- Topics: drag-and-drop, file-manager, filemanager, filemanager-ui, react, react-dom, reactjs
- Language: TypeScript
- Homepage: https://richard1320.github.io/React-Media-Library/
- Size: 3.39 MB
- Stars: 52
- Watchers: 3
- Forks: 24
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
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](https://richard1320.github.io/React-Media-Library/).