Skip to content

YYL1999/NUI

Repository files navigation

NEUI

An enterprise-class UI design language and React implementation.

CircleCI branch Build Status Codecov

Dependencies DevDependencies Total alerts FOSSA Status Issues need help

English | 简体中文

✨ Features

  • 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.

🖥 Environment Support

  • Modern browsers and Internet Explorer 9+ (with polyfills)
  • Server-side Rendering
  • Electron
IE / Edge
IE / Edge
Firefox
Firefox
Chrome
Chrome
Safari
Safari
Opera
Opera
Electron
Electron
IE9, IE10, IE11, Edge last 2 versions last 2 versions last 2 versions last 2 versions last 2 versions

📦 Install

npm install neui
yarn add neui

🔨 Usage

import { Button } from 'neui';
ReactDOM.render(<Button />, mountNode);

And import style manually:

automatic introduction css

⌨️ Development

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]

🤝 Contributing PRs Welcome

Read our contributing guide and let's build a better antd together.

About

不洗碗工作室的UI框架

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published