# Knowmax Generic list with basic CRUD support
Implementation for Knowmax Generic list with basic CRUD support with React Fluent V9 user interface.

Strongly opinionated, but flexible enough to be used in a variety of scenarios.

## Installation

```bash
npm install @knowmax/genericlist-fluentuiv9
```

This package requires the following peer dependencies to be installed in your project:

```bash
npm install react react-dom mobx mobx-react-lite @fluentui/react-components @fluentui/react-datepicker-compat react-window
```

| Package | Version |
|---|---|
| `react` | `^18.3.1` |
| `react-dom` | `^18.3.1` |
| `mobx` | `^6.15.0` |
| `mobx-react-lite` | `^4.1.1` |
| `@fluentui/react-components` | `^9.73.7` |
| `@fluentui/react-datepicker-compat` | `^0.6.30` |
| `react-window` | `^2.2.7` |