JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 6546267
  • Score
    100M100P100Q239411F
  • License LGPL-3.0-or-later

Flmngr file manager UI component for React

Package Exports

  • @flmngr/flmngr-react
  • @flmngr/flmngr-react/dist/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 (@flmngr/flmngr-react) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Flmngr

Flmngr

React file manager.

Website   ∙     Install   ∙     API   ∙     Samples (27)

Flmngr file manager screenshot

Flmngr is a JavaScript / TypeScript library which lets you upload, manage files, edit images and re-upload them onto your server, and create different image formats (resized variants).

It can be used as a file manager when you wish to let the user have a feature just to manage files on the server.

Also, you can use it in file picker mode when you need to let the user select some file or image on your server. This is useful for handling file inputs and managing image galleries (you can pass to the file manager preselected files and retrieve a new set after a user closes the dialog).

Built-in image editor gives you a feature to edit images right in the browser.

Powerful API is a base for creating very custom scenarios.

Your files are your files, Flmngr does not lock you in a cloud: PHP, Node and Java backends for your server is available. But when you need Amazon S3 and Azure Blob adapters can be installed.

You can use Flmngr in any application from custom ones (by using this NPM package) to React, Vue, or any framework apps.

Flmngr is so flexible that has integration for popular CMSs like Drupal and WYSIWYG editors such as TinyMCE, CKEditor 4, and CKEditor 5.

Install

Full installation manual of Flmngr file manager for React is available on official website.

Using NPM:

npm i --save @flmngr/flmngr-react

Using Yarn:

yarn add @flmngr/flmngr-react

You can also check the API reference and many live code samples on the Flmngr official website.

License

This NPM package is licensed under LGPL 3.0 or later.