You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
afc163
bea95bf77c
|
7 years ago | |
---|---|---|
.github | 7 years ago | |
components | 7 years ago | |
docs | 7 years ago | |
scripts | 7 years ago | |
site | 7 years ago | |
tests | 7 years ago | |
typings | 7 years ago | |
.codecov.yml | 8 years ago | |
.editorconfig | 9 years ago | |
.eslintignore | 7 years ago | |
.eslintrc.js | 7 years ago | |
.gitignore | 7 years ago | |
.jest.js | 7 years ago | |
.jest.node.js | 7 years ago | |
.stylelintrc | 7 years ago | |
.travis.yml | 7 years ago | |
AUTHORS.txt | 7 years ago | |
CHANGELOG.en-US.md | 7 years ago | |
CHANGELOG.zh-CN.md | 7 years ago | |
CODE_OF_CONDUCT.md | 8 years ago | |
LICENSE | 9 years ago | |
README-zh_CN.md | 7 years ago | |
README.md | 7 years ago | |
index-with-locales.js | 7 years ago | |
index.js | 8 years ago | |
package.json | 7 years ago | |
tsconfig.json | 7 years ago | |
tsconfig.test.json | 7 years ago | |
webpack.config.js | 7 years ago |
README.md
Ant Design
An enterprise-class UI design language and React-based implementation.
3.0 Released Now! 🎉🎉🎉
Features
- An enterprise-class UI design language for web applications.
- A set of high-quality React components out of the box.
- Written in TypeScript with complete define types.
- A npm + webpack + dva front-end development workflow.
Environment Support
Let's build a better antd together
Read our contributing guide.
Install
npm install antd --save
Usage
import { DatePicker } from 'antd';
ReactDOM.render(<DatePicker />, mountNode);
And import style manually:
import 'antd/dist/antd.css'; // or 'antd/dist/antd.less'
Or import components on demand
TypeScript
Internationalization
See i18n.
Links
- Home page
- Components
- Ant Design Pro
- Change Log
- Scaffold Market
- rc-components
- Mobile UI
- Motion
- Developer Instruction
- Versioning Release Note
- FAQ
- CodeSandbox Template for bug reports
- Awesome Ant Design
- Customize Theme
Development
$ git clone git@github.com:ant-design/ant-design.git
$ cd ant-design
$ npm install
$ npm start
Open your browser and visit http://127.0.0.1:8001 , see more at https://github.com/ant-design/ant-design/wiki/Development .
Contributing
We welcome all contributions. Please read our CONTRIBUTING.md first. You can submit any ideas as pull requests or as GitHub issues. If you'd like to improve code, check out the Development Instructions and have a good time! :)