2.3.0 • Published 2 years ago

@zent/compat v2.3.0

Weekly downloads
91
License
MIT
Repository
github
Last release
2 years ago

Compatibility layer for Zent >= 7.0.0

Components

  • Form(legacy)

Usage

yarn add @zent/compat

/*
 You have to require styles by yourself or use babel-plugin-zent

 {
  "plugins": [
    ["babel-plugin-zent", { "automaticStyleImport": true, "noModuleRewrite": true }, "zent"],
    [
      "babel-plugin-zent",
      { "libraryName": "@zent/compat", "automaticStyleImport": true, "noModuleRewrite": true },
      "@zent/compat"
    ]
  ]
}
*/
import { Form } from '@zent/compat';

Documentation

https://zent-contrib.github.io/zent-compat

2.3.0

2 years ago

2.2.1

2 years ago

2.2.0

2 years ago

2.1.1

2 years ago

2.1.0

3 years ago

1.2.0

3 years ago

2.0.0

3 years ago

2.0.0-beta.7

3 years ago

2.0.0-beta6

3 years ago

2.0.0-beta5

3 years ago

2.0.0-beta3

3 years ago

2.0.0-beta4

3 years ago

2.0.0-beta2

3 years ago

2.0.0-beta1

4 years ago

1.1.0

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

5 years ago

7.0.0-next.38

5 years ago