@it.support/status-modal-component
v1.0.0
Published
A reusable status modal component for React apps, built with Material UI and TypeScript.
Downloads
4
Maintainers
Readme
Status Modal Component
A reusable status modal component for React apps, built with Material UI and TypeScript.
Features
- Status display modal
- Material UI styling
- TypeScript support
Installation
npm install @it.support/status-modal-componentPeer Dependencies
- React 18+
- React DOM 18+
- @mui/material 5+
⚠️ Material UI Dependency Required
This component uses Material UI components. Your project must have @mui/material installed as a dependency.
If you do not install Material UI, your app will crash with errors like:
Cannot find module '@mui/material'Install Material UI in your project:
npm install @mui/materialIf your project does not use Material UI and you do not want to add it, this Status Modal component will not work for you.
Usage
import StatusModal from '@it.support/status-modal-component';
// Example usage hereProps
Document your props and types here.
License
MIT
