0.0.3 • Published 2 years ago
kapela-modal v0.0.3
About
This library contains component for modal
Install
$npm install kapela-modalUsage
import
import { KapelaModalComponent } from 'kapela-modal';
@Component({
...
imports: [KapelaModalComponent],
...
})dom
<kapela-modal> .... .... .... </kapela-modal>Attributes
| Nom | Type | default | Comments |
|---|---|---|---|
| isShown | boolean | false | specified if the modal to be displayed by default or not |
| title | string | title of the form |
Events
| Name | Type | Comments |
|---|---|---|
| closeModal | EventEmitter<boolean> | use to handle close |