2.0.5 • Published 3 years ago

@ywjt/react-components v2.0.5

Weekly downloads
1
License
MIT
Repository
-
Last release
3 years ago

使用说明

需要在项目中配置babel-plugin-import

"plugins": [
    // babel 7 以下如下配置 第二个参数用数组
    ["import", [
      { "libraryName": "antd", "libraryDirectory": "es", "style": true },
      {
        "libraryName": "@ywjt/react-components",
        "libraryDirectory": "es",
        "camel2DashComponentName": false,
        "style": true
      }
    ]]

    // babel 7 以上如下配置 可以写多个 import 配置,给予不同名称作为标识
    ["import", { 
        "libraryName": "antd", "libraryDirectory": "es", "style": true 
    }, 'ant-design'],
    ["import", { 
        "libraryName": "@ywjt/react-components", 
        "libraryDirectory": "es", 
        "camel2DashComponentName": false,
        "style": true 
    }, '@ywjt/antd-components']
  ]
2.0.3

3 years ago

2.0.2

3 years ago

2.0.5

3 years ago

2.0.4

3 years ago

2.0.1

3 years ago

2.0.0

3 years ago

0.0.10

3 years ago

0.0.11

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago