0.2.0 • Published 7 years ago

t-checkbox v0.2.0

Weekly downloads
3
License
ISC
Repository
github
Last release
7 years ago

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>
0.2.0

7 years ago

0.1.4

8 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago