0.0.13 • Published 1 year ago

e-antd-pro-components v0.0.13

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

e-antd-pro-components

NPM version NPM downloads

ant design 的二次封装,主要给 ant design pro 和 procomponents 使用,重度绑定业务。

preview

e-antd-pro-components-docs

Usage

$ npm install e-antd-pro-components
// app.tsx
import { EConfigProvider } from 'e-antd-pro-components'
import type { EConfigProviderProps } from 'e-antd-pro-components'

const config: EConfigProviderProps["config"] = {
  upload: {
    api: onUploadFile
  },
  translate: {
    api: onTranslateApi
  }
}

<EConfigProvider config={config}>
  {children}
<EConfigProvider/>

Options

TODO

LICENSE

MIT

0.0.12

1 year ago

0.0.13

1 year ago

0.0.11

1 year ago

0.0.10

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago