Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 1.01 KB

File metadata and controls

28 lines (19 loc) · 1.01 KB
description
Scaffold-eth ships with Ant.design

🐜 Ant Design

🐜 Ant.design is a fantastic UI library with components like the grids, menus, dates, times, buttons, etc.

Features

  • 🌈 Enterprise-class UI designed for web applications.
  • 📦 A set of high-quality React components out of the box.
  • 🛡 Written in TypeScript with predictable static types.
  • ⚙️ Whole package of design resources and development tools.
  • 🌍 Internationalization support for dozens of languages.
  • 🎨 Powerful theme customization in every detail.

Components catalogue with code

https://ant.design/components/overview/

Usage

import { DatePicker } from 'antd';

ReactDOM.render(<DatePicker />, mountNode);