A library of enhanced React components built on top of Ant Design v4, providing additional functionality such as extended tables, forms, and modals. Current stable version is 0.22.0, with occasional updates. It requires React 17+, antd 4.17+, and @ant-design/icons 4.6+. Differentiators include TypeScript support and opinionated wrappers that reduce boilerplate for common enterprise patterns.
npm install antd-react-extensionsNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows basic usage of ExtendedTable with data and columns, leveraging Ant Design Table under the hood.
Replace 'onSearch' with 'onFilter' in ExtendedTable usage.
Change 'onSubmit' to 'onFinish'.
Use 'open={true}' instead of 'visible={true}'.Ensure React and antd meet minimum version requirements.
Install with 'npm install antd-react-extensions' and use named imports like 'import { ExtendedTable } from 'antd-react-extensions''.Use named import: 'import { ExtendedTable } from 'antd-react-extensions''.Replace 'visible' with 'open' in ExtendedModal.