🐜
Ant Design
Scaffold-eth ships with Ant.design
- 🌈 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.
import { DatePicker } from 'antd';
ReactDOM.render(<DatePicker />, mountNode);
Last modified 1yr ago