11.0.1 • Published 6 months ago

@logo-software/tags v11.0.1

Weekly downloads
-
License
See license in LI...
Repository
-
Last release
6 months ago

Tags Module

Use tags to label, categorize, or organize items using keywords that describe them. Tags can be used as filter chips with remove buttons.

Click here for demo

Installation

All public npm packages of Logo Software is at https://www.npmjs.com/~logofe. To install Tags Module:

$ npm set registry https://registry.npmjs.org/
$ npm install @logo-software/tags -s

Just import it to your project of @NgModule import section.

import {TagsModule} from '@logo-software/tags';

@NgModule({
  imports: [CommonModule, TagsModule],
})
export class AppModule {
}

Tags Component

Tags library can be used as chips to show the filters and also tags of the related content. Add the below code to your code stack and give initializer parameters.

app.component.html

<logo-tags
  (onRemoveClicked)="sampleRemoveClicked($event)"
  [cssClass]="'my-tag'"
  [item]="{id:'12345', name: 'My Tag'}"
>
</logo-tags>

For API details, please visit http://design.logo.com.tr/#/docs/components/components-overview

11.0.1

6 months ago

11.0.0

2 years ago

4.0.0

2 years ago

0.2.5

3 years ago

0.2.4

3 years ago

0.2.3

3 years ago

0.2.2

3 years ago

0.2.1

3 years ago

0.2.0

3 years ago