@bizk/components
TypeScript icon, indicating that this package has built-in type declarations

0.0.6 • Public • Published

@bizk/components

NPM version NPM downloads

基于 antd 额外扩展配置的常用业务组件,用以提升业务开发效率,避免同一类似功能组件多次实现。

详细文档

安装方式

推荐使用pnpm作为包管理工具。当然也可使用npm或者yarn

pnpm add @bizk/components

使用方式

import { ALink } from '@bizk/components';

const App = () => (
  <>
    <ALink href="https://bizk.qhan.wang/">Click me!</ALink>
  </>
);

Package Sidebar

Install

npm i @bizk/components

Weekly Downloads

0

Version

0.0.6

License

MIT

Unpacked Size

20.2 kB

Total Files

13

Last publish

Collaborators

  • evkylin