Skip to content

aotuzuche/at-console-components

Repository files navigation

AT-Console-Components

基于 Antd,对常用业务组件封装扩展,提高开发效率。

  • 100% Typescript
  • 兼容原生组件

使用

安装

$ yarn add at-console-components

组件

import { AsyncButton } from 'at-console-components'

function Demo(params) {
  return <AsyncButton />
}

export default Demo