English | 简体中文
- An enterprise-class UI design system for web applications.
- A set of high-quality React components out of the box.
- Written in TypeScript with predictable static types.
- The whole package of development and design resources and tools.
IE / Edge |
Firefox |
Chrome |
Safari |
Opera |
Electron |
---|---|---|---|---|---|
IE9, IE10, IE11, Edge | last 2 versions | last 2 versions | last 2 versions | last 2 versions | last 2 versions |
npm install neui
yarn add neui
import { Button } from 'neui';
ReactDOM.render(<Button />, mountNode);
And import style manually:
automatic introduction css
Use Gitpod, a free online dev environment for GitHub.
Or clone locally:
$ git clone github.com/YYL1999/nuei
$ cd neui
$ npm install
$ npm start
Open your browser and visit http://127.0.0.1:8001 , see more at [Development]
Read our contributing guide and let's build a better antd together.