0.3.0 • Published 4 years ago
@gits-id/checkbox v0.3.0
GITS Checkbox Component
Reusable Checkbox Component
Installation
npm
npm i @gits-id/checkboxyarn
yarn add @gits-id/checkboxpnpm
pnpm i @gits-id/checkboxUsage
<script setup lang="ts">
import {ref} from 'vue';
// import styles
import '@gits-id/checkbox/dist/style.css';
// import component
import VCheckbox from '@gits-id/checkbox';
const checkboxValue = ref(false);
</script>
<template>
<VCheckbox v-model="checkboxValue" label="Choose" />
</template>Documentation
View VCheckbox documentation here.
Licence
ISC
0.3.0
4 years ago
0.2.0
4 years ago
0.2.3
4 years ago
0.2.2
4 years ago
0.2.4
4 years ago
0.1.17-alpha.26
4 years ago
0.1.17-next.10
4 years ago
0.1.17-next.1
4 years ago
0.1.17-alpha.34
4 years ago
0.1.17-alpha.32
4 years ago
0.1.17-next.0
4 years ago
0.1.17-alpha.0
4 years ago
0.0.0
4 years ago