antd-msb
v1.0.37
Published
An enterprise-class UI design language and React components implementation
Downloads
68
Maintainers
Readme
An enterprise-class UI design language and 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-msb
yarn add antd-msb
🔨 Usage
import { Button, DatePicker } from 'antd-msb';
const App = () => (
<>
<Button type="primary">PRESS ME</Button>
<DatePicker placeholder="select date" />
</>
);
And import style manually:
import 'antd-msb/dist/antd-msb.css'; // or 'antd/dist/antd.less'
TypeScript
antd-msb
is written in TypeScript with complete definitions, check Use in TypeScript to get started.
🌍 Internationalization
Dozens of languages supported in antd-msb
, see i18n.
🔗 Links
- Home page
- Components Overview
- Change Log
- rc-components
- Motion
- Scaffold Market
- Developer Instruction
- Versioning Release Note
- FAQ
- CodeSandbox Template for bug reports
- Customize Theme
- How to Apply for Being A Collaborator
⌨️ Development
Use Gitpod, a free online dev environment for GitHub.