1.0.13 • Published 1 year ago

hs-design v1.0.13

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

hs-design

一套好用的 React PC 端组件库

本组件库仅供学习交流,请勿在生产环境中使用!!!

安装

$ npm install hs-design
$ yarn add hs-design

使用

import React from 'react';
import { Button } from 'hs-design';
///

const Demo: React.FC = () => {
  return (
    <Button>click me</Button>;
  )
};
export default Demo;

使用本组件库需要安装 babel-plugin-import 插件 npm install babel-plugin-import or yarn add babel-plugin-import

1.0.13

1 year ago

1.0.12

1 year ago

1.0.11

1 year ago

1.0.9

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago