New:Microsoft Teams Notifications Are Now Available in Socket.Learn more
Get Started

@vtx/biz

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vtx/biz

biz components for Vortex

npmnpm
Version
2.0.1
Version published
Weekly downloads
8
-46.67%
Maintainers
1
Weekly downloads
 
Created
Source

biz

Vortex 内部业务组件库,在线文档DOC

安装

yarn install @vtx/biz -S

按需加载

使用 babel-plugin-import 来进行按需加载

{
    "extraBabelPlugins": [
        [
            "import",
            {
                "libraryName": "@vtx/biz",
                "camel2DashComponentName": false
            },
            "@vtx/biz"
        ]
    ]
}

使用

import { RealTimeCarTree } from '@vtx/biz';

Keywords

react

FAQs

Package last updated on 06 Dec 2022

Related posts