A React component library for creating storage services, specifically designed for NGSC company's internal use. Version 2.1.8 requires React 18.2.0+ and react-dom 18.2.0+ as peer dependencies. It provides a StorageComponent that displays folders and files with SCSS styling. The package is built for UI storage management, integrating with backend APIs for folder and file operations. Release cadence is irregular, focused on internal NGSC needs. Key differentiator: tailor-made for NGSC's storage service architecture.
npm install ngdox-storageNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows basic usage of StorageComponent with folder list and application prop, including SCSS import.
Upgrade React to version 18.2.0 or later
Ensure your bundler supports SCSS imports from node_modules, or configure a resolve alias
Consider using a more widely supported storage UI library if not part of NGSC
Add a SCSS loader (e.g., sass-loader) to your webpack or other bundler config
Use import { StorageComponent } from 'ngdox-storage'Pass a valid array of folder objects as ListFolder prop