A high quality UI components Library with React.js
[](https://www.npmjs.org/package/react-kui)
[](https://npmjs.org/package/react-kui)
[](https://npmjs.org/package/react-kui)



## Docs
[2.x](https://react.k-ui.cn)
## Features
Dozens of useful and beautiful components.
Friendly API. It's made for people with any skill level.
Extensive documentation and demos.
It is quite beautiful.
## Compatibility
Supports React.js 16.x +
Supports SSR
Supports TypeScript
Supports Electron
Most components and features support IE9 and above browsers, some components and features do not support IE
## Install
Using npm:
```bash
npm install react-kui
```
Example :
```tsx
import React from 'react'
import {render} from 'react-dom'
import { Button ,Message } from 'react-kui'
import 'react-kui/dist/k-ui.css'
class App extends React.Component {
test = ()=>{
Message.info('Hello World !!')
}
render(){
}
}
render(,document.getElementById('app'))
```
## Ecosystem Links
[KUI for Vue.js](https://k-ui.cn)
[KUI for mobile](https://gitee.com/chuchur/kui-vue-mobile)
## License
[MIT](http://opensource.org/licenses/MIT)
Copyright (c) 2017-present, Chuchur