Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@fox-js/foxui

Package Overview
Dependencies
Maintainers
1
Versions
70
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fox-js/foxui

Fox phone端UI框架

  • 3.0.0
  • latest
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

FoxUI PC

Fox phone 端 UI 框架

安装

正式版

npm install @fox-js/foxui

测试版

npm install @fox-js/foxui@beta

使用

import foxUI from '@fox-js/foxui'

//安装Fox UI
Vue.use(foxUI, {
    //head bar height
    headBarHeight: 74 + 50, //(标题栏高度+面包屑标签高度)
    //foot bar height
    footBarHeight: 0,
    //默认label宽度
    labelWidth: '138px',
    //输入item的最小宽度
    minItemWidth: 250,
    //item的间隔
    itemSpacing: 32,
    //label显示最大字数
    labelMaxCharCount: 16
})

编译

开发版本

npm run dev

正式版本

npm run prod

发布

测试版本

npm run publish:beta

正式版本(慎重)

npm run publish:latest

Keywords

FAQs

Package last updated on 19 Dec 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc