UNPKG

@knowmax/genericlist-fluentuiv9

Version:

Knowmax Generic list with basic CRUD support with Fluent V9 user interface implementation.

28 lines (21 loc) 894 B
# 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 || ^19.0.0` | | `react-dom` | `^18.3.1 || ^19.0.0` | | `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` | The package is supported with TypeScript 6 and 7.