0.0.2 • Published 2 years ago
kapela-comment v0.0.2
About
This library contains component for comment
Install
$npm install kapela-commentUsage
import
import { KapelaCommentComponent } from 'kapela-comment';
@Component({
...
imports: [KapelaCommentComponent],
...
})dom
<kapela-comment></kapela-comment>Attributes
| Nom | Type | default | Comments |
|---|---|---|---|
| id | string | k-comment-{sequence} | id of the textarea |
| name | string | k-comment-name-{sequence} | name of the textarea |
| label | string | Label | label of the textarea |
| disabled | boolean | false | make the textarea enable or disable |
| value | string | value of the textarea | |
| placeholder | string | placeholder of the textarea | |
| fixed | boolean | false | make textarea fixed or not |