0.0.1 • Published 1 year ago

kapela-checkbox v0.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

About

This library contains component for checkbox

Install

$npm install kapela-checkbox

Usage

import

import { KapelaCheckboxComponent } from 'kapela-checkbox';

@Component({
  ...
  imports: [KapelaCheckboxComponent],
  ...
})

dom

<kapela-checkbox></kapela-checkbox>

Attributes

NomTypedefaultComments
idstringk-checkbox-{sequence}id of the input checkbox
namestringk-checkbox-name-{sequence}name of the input checkbox
labelstringCheckbox LabelLabel of the checkbox
checkedbooleanfalsecheck or not the buttongroup
disabledbooleanfalsedisable or not the buttongroup
0.0.1

1 year ago