@ant-design-vue3/pro-table
v1.0.0
Published
<h1 align="center">Rui Design</h1>
Downloads
4
Readme
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
| IE / Edge | Firefox | Chrome | Safari | 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'; // or 'antd/dist/antd.less'
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.