0.0.1 • Published 2 months ago

kapela-radio v0.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
2 months ago

About

This library contains component for radio

Install

$npm install kapela-radio

Usage

import

import { KapelaRadioComponent } from 'kapela-radio';

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

dom

<kapela-radio></kapela-radio>

Attributes

NomTypedefaultComments
idstringk-radio-{sequence}id of the radio
namestringk-radio-name-{sequence}name of the radio
labelstringRadio Labellabel of the radio
checkedbooleanfalsemake the radio checked or not
disabledbooleanfalsemake the radio disabled or not
0.0.1

2 months ago