0.0.2 • Published 2 months ago

kapela-comment v0.0.2

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

About

This library contains component for comment

Install

$npm install kapela-comment

Usage

import

import { KapelaCommentComponent } from 'kapela-comment';

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

dom

<kapela-comment></kapela-comment>

Attributes

NomTypedefaultComments
idstringk-comment-{sequence}id of the textarea
namestringk-comment-name-{sequence}name of the textarea
labelstringLabellabel of the textarea
disabledbooleanfalsemake the textarea enable or disable
valuestringvalue of the textarea
placeholderstringplaceholder of the textarea
fixedbooleanfalsemake textarea fixed or not
0.0.2

2 months ago

0.0.1

2 months ago