0.0.28 • Published 10 months ago

heils-ui-test v0.0.28

Weekly downloads
-
License
-
Repository
-
Last release
10 months ago

HEILS UI

一个基于 React + Antd 的UI组件库

安装

// npm
npm install heils-ui
// yarn
yarn add heils-ui
// pnpm
pnpm install heils-ui --save

使用

import React from 'react';
import { createRoot } from 'react-dom/client';
import { TipIcon, DeleteSvg } from 'heils-ui';

const App = () => {
  
  const onClick = () => {
  	alert('触发点击事件');
  };
  
  return (
    <TipIcon title="删除" icon={DeleteSvg} onClick={onClick}>
  );
};

createRoot(document.getElementById('root')).render(<App />);
0.0.28

10 months ago

0.0.27

10 months ago

0.0.26

10 months ago

0.0.25

10 months ago

0.0.24

10 months ago

0.0.23

10 months ago

0.0.22

10 months ago

0.0.21

10 months ago

0.0.20

10 months ago

0.0.19

10 months ago

0.0.18

10 months ago

0.0.17

10 months ago

0.0.16

11 months ago

0.0.15

11 months ago

0.0.14

11 months ago

0.0.13

11 months ago

0.0.12

11 months ago

0.0.11

11 months ago

0.0.10

11 months ago

0.0.9

11 months ago

0.0.8

11 months ago

0.0.4

12 months ago

0.0.3

12 months ago

0.0.2

12 months ago