New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

el-input-tag

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

el-input-tag

A input tag editor component of Element UI

latest
Source
npmnpm
Version
1.3.3
Version published
Maintainers
1
Created
Source

El Input Tag

a input tag editor component of Element UI

Logo

中文 README

Props

AttributeDescriptionTypeAccepted ValuesDefault
sizesize of inputstringmini / small / medium
readonlywhether input is readonlybooleanfalse
typecomponent typestringsuccess/info/warning/danger
hitwhether Tag has a highlighted borderbooleanfalse
colorbackground color of the Tagstring
effectcomponent themestringdark/light/plainlight

Usage

npm/cnpm i el-input-tag --save

  • global
import ElInputTag from 'el-input-tag'
Vue.use(ElInputTag)
  • component
import {ElInputTag} from 'el-input-tag'

export default {
    components: {ElInputTag}
}

Sample

<div>
    <el-form :model="form" ref="form">
      <el-form-item>
        <el-input-tag v-model="form.tags"></el-input-tag>
      </el-form-item>
    </el-form>
</div>

Attention

Add el Tag Component before use

Keywords

vue

FAQs

Package last updated on 29 Apr 2022

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