0.0.28 • Published 1 year ago

heils-ui-test v0.0.28

Weekly downloads
-
License
-
Repository
-
Last release
1 year 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

1 year ago

0.0.27

1 year ago

0.0.26

1 year ago

0.0.25

1 year ago

0.0.24

1 year ago

0.0.23

1 year ago

0.0.22

1 year ago

0.0.21

1 year ago

0.0.20

1 year ago

0.0.19

1 year ago

0.0.18

1 year ago

0.0.17

1 year ago

0.0.16

1 year ago

0.0.15

1 year ago

0.0.14

1 year ago

0.0.13

1 year ago

0.0.12

1 year ago

0.0.11

1 year ago

0.0.10

1 year ago

0.0.9

1 year ago

0.0.8

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago