0.3.1 • Published 5 years ago

@kzui/font v0.3.1

Weekly downloads
-
License
ISC
Repository
github
Last release
5 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

5 years ago

0.3.1

5 years ago

0.2.4

5 years ago

0.2.0

5 years ago

0.2.3

5 years ago

0.0.20

5 years ago

0.0.21

5 years ago

0.1.0

5 years ago

0.0.16

5 years ago

0.0.13

5 years ago

0.0.12

5 years ago

0.0.10

5 years ago

0.0.11

5 years ago

0.0.9

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago