0.1.7 • Published 2 years ago

apathiadesign v0.1.7

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Apathia component library

apathia 是使用 React Hooks 和 typescript 打造的组件库,它的官网地址是 www.apathia.club

安装

npm install apathiadesign --save

使用

// 加载样式
import "apathiadesign/dist/index.css";
// 引入组件
import { Button } from "apathiadesign";