Rui Design
A minimalist React UI library.
English | 简体中文
✨ 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.
🖥 Environment Support
- Modern browsers and Internet Explorer 11 (with polyfills)
- Server-side Rendering
- Electron
| IE11, Edge | last 2 versions | last 2 versions | last 2 versions | last 2 versions |
📦 Install
npm install antd
yarn add antd
🔨 Usage
import { Button, DatePicker } from 'rui-design';
const App = () => (
<>
<Button type="primary">PRESS ME</Button>
<DatePicker placeholder="select date" />
</>
);
And import style manually:
import 'rui-design/dist/antd.css';
TypeScript
antd is written in TypeScript with complete definitions, check Use in TypeScript to getting started.
🌍 Internationalization
Dozens of languages supported in antd, see i18n.
🔗 Links