0.3.1 • Published 4 years ago

@kzui/font v0.3.1

Weekly downloads
-
License
ISC
Repository
github
Last release
4 years ago

React 组件库,提高web开发效率,适合B端快速搭建web平台,不断改进,持续更新。

npm package npm downloads

安装

可以在npm网站上获取 npm package.

稳定版

// 使用 npm
npm install @kzui/core

// 使用 yarn
yarn add @kzui/core

谁支持了kzui?

使用

一个最简单的例子:

import React from 'react';
import ReactDOM from 'react-dom';
import { Button } from '@kzui/core';
 
function App() {
  return (
    <Button type="primary">
      Hello World0
    </Button>
  );
}

ReactDOM.render(<App />, document.querySelector('#app'));

交互式demo:

Edit Button

License

MIT license.

0.3.0

4 years ago

0.3.1

4 years ago

0.2.4

4 years ago

0.2.0

4 years ago

0.2.3

4 years ago

0.0.20

4 years ago

0.0.21

4 years ago

0.1.0

4 years ago

0.0.16

4 years ago

0.0.13

4 years ago

0.0.12

4 years ago

0.0.10

4 years ago

0.0.11

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago