Skip to content

smallerqiu/kui-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KUI for React

A high quality UI components Library with React.js

View UI NPM downloads NPM downloads JS gzip size CSS gzip size

Docs

2.x

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:

npm install react-kui

Example :

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(){
    <Button onClick={()=>this.test()}>Hello</Button>
  }
}

render(<App />,document.getElementById('app'))

Ecosystem Links

KUI for Vue.js

KUI for mobile

License

MIT

Copyright (c) 2017-present, Chuchur

About

A desktop UI component library based on react.js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published