- 授权协议: MIT
- 开发语言: JavaScript
- 操作系统: 跨平台
- 软件首页: https://react.k-ui.xyz
- 软件文档: https://react.k-ui.xyz/start
软件介绍
KUI for React 是一个前端 UI 组件库,基于 React,追求完美和性能高效,欢迎使用。
安装
使用npm方式安装
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'))定制主题
主题可以根据自己的喜好,和项目定制的风格来开发,可以定制颜色和圆角风格。
