Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 539 Bytes

File metadata and controls

31 lines (20 loc) · 539 Bytes

react-haki

NPM version NPM downloads

An amazing react components library with hooks

安装

# 通过 npm 安装
npm i react-haki

# 通过 yarn 安装
yarn add react-haki

# 通过 pnpm 安装
pnpm add react-haki

使用

import { Empty } from 'react-haki';

export default () => <Empty />;

LICENSE

MIT