3.1.16 • Published 5 years ago

@mbyakow/antd v3.1.16

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

Ant Design

For internal usage only. Uses version 3.1.6 as base. Contains some changes required in private projects.

An enterprise-class UI design language and React-based implementation.

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

See Use in TypeScript

Internationalization

See i18n.

Links

Development

$ git clone git@github.com:ant-design/ant-design.git
$ npm install
$ npm start
$ npm run compile

Currently compiles with Node v10.15.3 and Typescript 2.6.2.