mirror of
https://github.com/ant-design/ant-design.git
synced 2025-08-06 07:56:28 +08:00
An enterprise-class UI design language and React UI library
![]() + 表格 `rowSelection` 支持多选 + 表格可配置某行数据默认选中、不能选中。该配置对 ajax 载入的数据有效。 示例: ``` getCheckboxProps: function (value) { return { defaultValue: value.name === '胡彦祖ajax2', // 配置默认勾选的列 disabled: value.name === '李大嘴ajax3' // 配置无法勾选的列 } }, ``` |
||
---|---|---|
components | ||
docs | ||
scripts | ||
site | ||
spec | ||
style | ||
.editorconfig | ||
.eslintrc | ||
.gitignore | ||
.lesslintrc | ||
.si.yml | ||
.travis.yml | ||
CHANGELOG.md | ||
CNAME | ||
index.js | ||
LICENSE | ||
nico.js | ||
package.json | ||
README-en_US.md | ||
README.md | ||
webpack.config.js | ||
webpack.config.min.js | ||
webpack.config.production.js |
Ant Design

一套企业级的 UI 设计语言和 React 实现。
特性
- 提炼自企业级后台产品的交互语言和视觉风格。
- React Component 基础上二次封装的丰富实用的 UI 组件。
- 基于 React 的组件化开发模式。
- 背靠 npm 生态圈。
- 基于 webpack 的调试构建方案,支持 ES6。
示例
import { Datepicker } from 'antd';
React.render(<Datepicker />, mountNode);
链接
如何贡献
我们欢迎任何形式的贡献,有任何建议或意见您可以进行 Pull Request,或者给我们 提问。