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

tag_transfer

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tag_transfer

Hope everyone enjoys it!

latest
npmnpm
Version
0.5.1
Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

tag_transfer

Hope everyone enjoys it!

This example depends on BootstrapVue. Before using this example, please install BootstrapVue.

Demo

Demo Website

Installation

npm i tag_transfer
npm install vue bootstrap bootstrap-vue

Usage

Import BootstrapVue

import { BootstrapVue, IconsPlugin } from 'bootstrap-vue'
import 'bootstrap/dist/css/bootstrap.css'
import 'bootstrap-vue/dist/bootstrap-vue.css'
Vue.use(BootstrapVue)
Vue.use(IconsPlugin)

Import Component

import vueTransfer from 'tag_transfer'
import 'tag_transfer/dist/vue-TransferApp.css';
Vue.component('vueTransfer', vueTransfer);

Set Style

You can set the container with div to control the component's size. Here is an example:

<template>
    <div class="container">
      <vueTransfer/>
    </div>
</template>
<style>
    .container{
        width: 700px;
        height: 400px;
    }
</style>

Keywords

vue

FAQs

Package last updated on 26 Mar 2023

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