c-checkbox

1.0.0 • Public • Published

c-checkbox

checkbox under Unify Design System standards.

Project setup

npm i c-checkbox or yarn add c-checkbox

Usage example

import ccheckbox from 'c-checkbox/src/components/c-checkbox.vue'

Props

name : disable         | default: false         | type: Boolean
       selected        | default: false         | type: Boolean
       label           | default: First         | type: String
       id              | default: First         | type: String
       indeterminate   | default: false         | type: Boolean

eg : 

<ccheckbox id="First" label="First" :selected=true />

Readme

Keywords

Package Sidebar

Install

npm i c-checkbox

Weekly Downloads

4

Version

1.0.0

License

ISC

Unpacked Size

14.9 kB

Total Files

15

Last publish

Collaborators

  • manjunathb