蚂蚁金服 企业级 UI 设计语言和 React 组件库 https://github.com/ant-design/ant-design
天问 e83f98d0fa Update 'README.md' | 1 year ago | |
---|---|---|
README.md | 1 year ago |
An enterprise-class UI design language and React UI library
yarn add antd
import React from 'react';
import { Button, DatePicker } from 'antd';
const App = () => (
<>
<Button type="primary">PRESS ME</Button>
<DatePicker />
</>
);
$ git clone git@github.com:ant-design/ant-design.git
$ cd ant-design
$ npm install
$ npm start