基于 React 的 UI 组件库 KUI for React

码农软件 · 软件分类 · UI组件库 · 2019-08-01 13:27:18

软件介绍

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'))

定制主题

主题可以根据自己的喜好,和项目定制的风格来开发,可以定制颜色和圆角风格。

本文地址:https://codercto.com/soft/d/11410.html

Inside the C++ Object Model

Inside the C++ Object Model

Stanley B. Lippman / Addison-Wesley Professional / 1996-5-13 / USD 64.99

Inside the C++ Object Model focuses on the underlying mechanisms that support object-oriented programming within C++: constructor semantics, temporary generation, support for encapsulation, inheritanc......一起来看看 《Inside the C++ Object Model》 这本书的介绍吧!

SHA 加密
SHA 加密

SHA 加密工具

XML 在线格式化
XML 在线格式化

在线 XML 格式化压缩工具

正则表达式在线测试
正则表达式在线测试

正则表达式在线测试