Flmngr React
@flmngr/flmngr-react
Flmngr file manager UI component for React
Rich Text
react
flmngr
file
files
manager
imgpen
image
editor
upload
unsplash
Stars
1
Weekly
0
Open issues
0
Bundle
~60 kB
Installation
npm install @flmngr/flmngr-reactCode example
import { FlmngrReact } from "@flmngr/flmngr-react";
export function Example() {
return (
<div>
<h2>Flmngr React</h2>
<FlmngrReact />
</div>
);
}Pros & cons
Pros
- Actively maintained by https://flmngr.com
- 0 weekly downloads. Battle tested
- First-class TypeScript definitions
- LGPL-3.0-or-later licensed
Considerations
- Adds roughly ~60 kB to your bundle
- Needs client-only rendering in SSR frameworks
- Not supported in React Native
- 0 open issues on GitHub