description |
---|
Scaffold-eth ships with Ant.design |
🐜 Ant.design is a fantastic UI library with components like the grids, menus, dates, times, buttons, etc.
- 🌈 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.
https://ant.design/components/overview/
import { DatePicker } from 'antd';
ReactDOM.render(<DatePicker />, mountNode);