wya-rc

0.5.6 • Public • Published

wya-rc

npm changelog

Demo

安装

npm install wya-rc --save

使用方式 => 按需加载,需要安装 babel-plugin-import

npm install babel-plugin-import --save-dev
  • 配置.babelrc
{
    "plugins": [
        [
            "import",
            [
                {
                    "libraryName": "wya-rc",
                    "libraryDirectory": "lib/web" // native使用 `lib/native`
                }
            ]
        ]
    ]
}
// 调用, 如下:
import { CreatePrint, Copy } from 'wya-rc';

组件(暂时不归类)

实例

通用(移动优先)

Mobile - 移动端

PC - PC端

Readme

Keywords

none

Package Sidebar

Install

npm i wya-rc

Weekly Downloads

598

Version

0.5.6

License

MIT

Unpacked Size

19.4 MB

Total Files

504

Last publish

Collaborators

  • wya