KUI for React
一枚前端 UI 组件库 for React
基于 VUE 2.x 开发,漂亮的 UI,可定制主题 ,组件丰富,兼容 IE9。
欢迎使用 、批评、指正、吐槽、Star
特性
漂亮的 UI,可定制主题
兼容 IE9+
组件丰富
兼容 IE9
更新日志
logs:https://react.k-ui.cn/#/log
文档
Docs :https://react.k-ui.cn
Github:https://github.com/chuchur-china/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"));