@mbyakow/antd
TypeScript icon, indicating that this package has built-in type declarations

3.1.16 • Public • Published

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.

Readme

Keywords

none

Package Sidebar

Install

npm i @mbyakow/antd

Weekly Downloads

1

Version

3.1.16

License

MIT

Unpacked Size

23.3 MB

Total Files

1778

Last publish

Collaborators

  • mbyakow