Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@zoras/adapter-ant-design

zora-ui9MIT0.0.10TypeScript support: included

Adapter for Ant Design

zora, petals, petals-ui, ui, components, front-end, frontend, react, reactjs, react.js, antd, ant-design

readme

@zoras/adapter-ant-design

Adapter for Ant Design.

changelog

更新日志

0.0.10 (2023-02-08)

缺陷/优化

  • 修复 DataTablecurrentPagepageSize 同时改变时只触发了 onCurrentChange

0.0.9 (2022-08-12)

特性

  • DataTable 支持 density 属性。

0.0.8 (2022-05-23)

特性

  • Icon 组件支持从 @ant-design/icons 中引用图标,需要注册 antd 这个图标提供者,通过 <Icon refs="antd:step-backward" /> 的形式使用,如果 antd 为默认的图标提供者,则可以直接 <Icon refs="step-backward" />,图标引用中没有 'outlined''filled''two-tone' 时会默认使用「线框风格」的图标,具体可使用图标详见官方文档