kapela-text-field
TypeScript icon, indicating that this package has built-in type declarations

0.0.1 • Public • Published

About

This library contains component for text-field

Install

$npm install kapela-text-field

Usage

import

import { KapelaTextFieldComponent } from 'kapela-text-field';

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

dom

<kapela-text-field></kapela-text-field>

Attributes

Nom Type default Comments
id string k-input-{sequence} id of the text-field
name string k-input--name-{sequence} name of the text-field
disabled boolean false set disabled or not the text-field
placeholder string placeholder of the text-field
title string tooltip of the text-field
label string label label of the text-field
value string value of the text-field
required boolean false set required or not the text-field

Events

Name Type Comments
valueChanged EventEmitter<string> use to handle value change event , send the value as data

Directives

import

import { KapelaSelectNormalDirective } from 'kapela-select';

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

dom

selector usage Comments
kapela-text-field-normal <kapela-select kapela-text-field-normal></kapela-select> make to an native text field

Readme

Keywords

Package Sidebar

Install

npm i kapela-text-field

Weekly Downloads

1

Version

0.0.1

License

ISC

Unpacked Size

31.7 kB

Total Files

12

Last publish

Collaborators

  • faraniarijaona