0.0.3 • Published 2 years ago
kapela-attachment v0.0.3
About
This library contains component for attachment
Install
$npm install kapela-attachmentUsage
import
import { KapelaAttachmentComponent } from 'kapela-attachment';
@Component({
...
imports: [ KapelaAttachmentComponent],
...
})dom
<kapela-attachment></kapela-attachment>Attributes
| Nom | Type | default | Comments |
|---|---|---|---|
| id | string | k-attachment-{sequence} | id of the input |
| name | string | k-attachment-name-{sequence} | name of the input |
| label | string | label | label of the input |
| title | string | title of the input | |
| value | any | false | value |
| multiple | boolean | false | for specifying if input support multiple of not |
| required | boolean | false | specify if input required or not |
| disabled | boolean | false | enable or not the input |