0.0.1 • Published 2 years ago
kapela-radio v0.0.1
About
This library contains component for radio
Install
$npm install kapela-radioUsage
import
import { KapelaRadioComponent } from 'kapela-radio';
@Component({
...
imports: [KapelaRadioComponent],
...
})dom
<kapela-radio></kapela-radio>Attributes
| Nom | Type | default | Comments |
|---|---|---|---|
| id | string | k-radio-{sequence} | id of the radio |
| name | string | k-radio-name-{sequence} | name of the radio |
| label | string | Radio Label | label of the radio |
| checked | boolean | false | make the radio checked or not |
| disabled | boolean | false | make the radio disabled or not |
0.0.1
2 years ago