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

t-checkbox

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

t-checkbox

Vue checkbox wrapper

latest
Source
npmnpm
Version
0.2.0
Version published
Maintainers
1
Created
Source

t-checkbox

Vue checkbox wrapper

Usage

install package: npm install t-checkbox

import & register Vue component like this:

var Vue = require("vue"),
    TChexkbox = require("t-checkbox");

Vue.component("t-checkbox", TCheckbox);

or import checkbox.js file in your html head tag

<script src="/path/to/checkbox.js"></script>

additionally you can use default style by importing checkbox.css file

<link rel="stylesheet" href="/path/to/checkbox.css">

after that you can use vue component in your vue template

example

<label for="test">Click to check</label>
<t-checkbox c-id="test" v-model="myModel"></t-checkbox>

FAQs

Package last updated on 13 May 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