0.0.3 • Published 2 months ago

kapela-modal v0.0.3

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

About

This library contains component for modal

Install

$npm install kapela-modal

Usage

import

import { KapelaModalComponent } from 'kapela-modal';

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

dom

<kapela-modal> .... .... .... </kapela-modal>

Attributes

NomTypedefaultComments
isShownbooleanfalsespecified if the modal to be displayed by default or not
titlestringtitle of the form

Events

NameTypeComments
closeModalEventEmitter<boolean>use to handle close
0.0.3

2 months ago

0.0.2

2 months ago

0.0.1

2 months ago