🐜

Ant Design

Scaffold-eth ships with 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

Usage

import { DatePicker } from 'antd';
ReactDOM.render(<DatePicker />, mountNode);