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

enn-hex-input

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

enn-hex-input

HEX 组件

  • 0.0.1
  • latest
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

Sidebar

HEX 输入和展示组件

示例

<template>
  <Hex v-model="hexStr" />
</template>

<script>
import Hex from 'enn-hex-input';

export default {
  components: {
    Hex,
  },
  data() {
    return {
      hexStr: '',
    };
  },
};
</script>

<style>
</style>

Tips

API

Sidebar Attributes

参数类型必填默认值说明
typeStringtextHEX 组件的类型:text、textarea、show
placeholderString输入框 placeholder
splitSymbolString" "字符串的分隔符
disabledBoolean是否禁用
lengthNumber长度限制
rowsString/Numbertype=textarea 时的行数
canMSBBooleantrue只在 type=text 时可用。是否可以进行 MSB <-> LSB 的转化
canRandomBooleantrue只在 type=text 时可用。是否显示随机产生值进行填充的按钮
canCopyBooleanfalse只在 type=text 时可用。是否显示复制按钮
Tips

Keywords

FAQs

Package last updated on 26 Oct 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