- 授权协议: 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'))定制主题
主题可以根据自己的喜好,和项目定制的风格来开发,可以定制颜色和圆角风格。
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》 这本书的介绍吧!
