🚀 A component library for fe to use.
@spacego/fe-components 是一个完全基于 typescript + antd 的UI组件库,提供了一些常用的组件和我的默认Layout模版等。
bash
$ npm install --save @spacego/fe-components
or
$ pnpm add @spacego/fe-components 推荐
or
$ yarn add @spacego/fe-components
`
🔨 Usage
`ts
import { FeButton ... } from '@spacego/fe-components';
``