0.0.3 • Published 2 months ago

kapela-attachment v0.0.3

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

About

This library contains component for attachment

Install

$npm install kapela-attachment

Usage

import

import { KapelaAttachmentComponent } from 'kapela-attachment';

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

dom

<kapela-attachment></kapela-attachment>

Attributes

NomTypedefaultComments
idstringk-attachment-{sequence}id of the input
namestringk-attachment-name-{sequence}name of the input
labelstringlabellabel of the input
titlestringtitle of the input
valueanyfalsevalue
multiplebooleanfalsefor specifying if input support multiple of not
requiredbooleanfalsespecify if input required or not
disabledbooleanfalseenable or not the input
0.0.3

2 months ago

0.0.2

2 months ago

0.0.1

2 months ago