0.0.2 • Published 2 months ago

kapela-chips v0.0.2

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

About

This library contains component for chips

Install

$npm install kapela-chips

Usage

import

import { KapelaChipsComponent } from 'kapela-chips';

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

dom

<kapela-chips></kapela-chips>

Attributes

NomTypedefaultComments
valuestringLabel HereThe value of the chips
editablebooleantruemake the chips enable or disable

Directives

import

import { KapelaChipsDarkDirective } from 'kapela-chips';

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

dom

selectorusageComments
kapela-chips-dark<kapela-chips kapela-chips-dark></kapela-chips>make chips dark
0.0.2

2 months ago

0.0.1

2 months ago