0.0.13 • Published 8 months ago

e-antd-pro-components v0.0.13

Weekly downloads
-
License
MIT
Repository
-
Last release
8 months 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

8 months ago

0.0.13

8 months ago

0.0.11

9 months ago

0.0.10

1 year ago

0.0.9

1 year ago

0.0.8

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago