Ant Design is here! Experience ultimate flexibility in theme customization and embrace the modern React ecosystem. It provides a solid foundation and a superior experience for building applications in the age of AI.
An enterprise-class Angular UI component library based on Ant Design, all components are open source and free to use under MIT license.An enterprise-c...
Please note that when you install @ant-design/cssinjs, you must ensure that the version is consistent with the version of @ant-design/cssinjs in local node_modules of antd, otherwise, multiple React instances will appear, resulting in ctx being unable to be read correctly.
Table A table displays rows of data. When To Use To display a collection of structured data. To sort, search, paginate, filter data. How To Use Specify dataSource of ...
As for icons provided by Ant Design, there are two ways to import them into your project. Static loading. You can load icons statically by registering icons in app.config.ts with provideNzIcons API. import { IconDefinition } from '@ant-design/icons-angular'; import { provideNzIcons } from 'ng-zorro-antd/icon'; // Import what you need.
Ant Design supports a default list size as well as a large and small size. If a large or small list is desired, set the size property to either large or small respectively.