🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

sb-textfield

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

sb-textfield

Social Blue textfield

1.2.1
latest
npm
Version published
Maintainers
1
Created
Source

Data-list

Installation

npm install "git+ssh://git@gitlab.socialblue.com:socialblue/vue-components/forms/data-list.git"

setup

import Vue from 'vue';
import Axios from 'axios';
import SbDatalist from "sb-datalist.vue";

window.Vue = Vue;
window.Axios = Axios;
window.EventBus = new Vue({});

Vue.component('sb-datalist', SbDatalist);
window.App = new Vue({
    el: '#app',
    data() {
        return {
            selected: []
        }
    }
});
<div id="app">
    <sb-datalist v-model="selected"
                 data-url="api/list"
                 data-z-index="2"
                 placeholder="please fill in something"
                 multiple />
</div>

Keywords

sb-textfield

FAQs

Package last updated on 06 Dec 2018

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