@it.support/filter-panel-component
v1.0.0
Published
A reusable filter panel component for React apps, built with Material UI and TypeScript.
Maintainers
Readme
Filter Panel Component
A reusable filter panel component for React apps, built with Material UI and TypeScript.
Features
- Customizable filter fields
- Material UI styling
- TypeScript support
Installation
npm install @it.support/filter-panel-componentPeer Dependencies
- React 18+
- React DOM 18+
- React Router DOM 6+
- @mui/material 5+
- @mui/icons-material 5+
⚠️ Material UI Dependency Required
This component uses Material UI components and icons. Your project must have both @mui/material and @mui/icons-material installed as dependencies.
If you do not install Material UI, your app will crash with errors like:
Cannot find module '@mui/material'
Cannot find module '@mui/icons-material'Install Material UI in your project:
npm install @mui/material @mui/icons-materialIf your project does not use Material UI and you do not want to add it, this Filter Panel component will not work for you.
Usage
import { FilterPanel } from '@it.support/filter-panel-component';
// Example usage hereProps
Document your props and types here.
License
MIT
