1.0.0 • Published 5 years ago

c-checkbox v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
5 years ago

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 />
1.0.0

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago