Skip to content

PeterEmpire/kui-react

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

一枚前端UI 组件库 for React

在追求完美视觉体验的同时也保证了其性能高效。

欢迎使用 、批评、指正、吐槽、Star 

特性

漂亮的UI,可定制主题
兼容IE9+
组件丰富,功能强大

更新日志

logs:https://react.k-ui.xyz/log

文档

Docs : https://react.k-ui.xyz
Github: https://github.com/chuchur/kui-react

安装

npm install react-kui

使用

import React from 'react'
import Render from 'react-dom'
import { Button } from 'react-kui'
import 'react-kui/dist/k-ui.css'

Render.render(<Button type="primary"></Button>,document.getElementById('app'))

About

前端UI组件组KUI for React

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 59.2%
  • CSS 40.5%
  • HTML 0.3%