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

0.0.2 • Public • Published

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

Nom Type default Comments
value string Label Here The value of the chips
editable boolean true make the chips enable or disable

Directives

import

import { KapelaChipsDarkDirective } from 'kapela-chips';

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

dom

selector usage Comments
kapela-chips-dark <kapela-chips kapela-chips-dark></kapela-chips> make chips dark

Readme

Keywords

Package Sidebar

Install

npm i kapela-chips

Weekly Downloads

1

Version

0.0.2

License

ISC

Unpacked Size

18 kB

Total Files

12

Last publish

Collaborators

  • faraniarijaona