@logo-software/badge
TypeScript icon, indicating that this package has built-in type declarations

11.0.0 • Public • Published

Badge Module

A badge is a visual indicator for informational values such as tallies, scores and tags. It comes many features

  • Icon Support
  • Icon Position Support
  • Size Support
  • Logo Theme Support

Click here for demo

Installation

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

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

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

import {BadgeModule} from '@logo-software/badge';

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

Badge Component

Badges visualize and make little information cracks to readable assets. Add the below code to your code stack and give initializer parameters.

app.component.html

<logo-badge
  [theme]="'primary'"
  [cssClasses]="'my-own-logo-badge'"
  [size]="'large'"
  [iconPosition]="'icon-left'"
  [icon]="'info'"
>
  Some kind of badge text
</logo-badge>

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

Dependencies (2)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i @logo-software/badge

    Weekly Downloads

    12

    Version

    11.0.0

    License

    See license in LICENSE file

    Unpacked Size

    116 kB

    Total Files

    18

    Last publish

    Collaborators

    • furkan.cetin
    • yusufyilmaz
    • serdarates
    • gamzeyapici
    • srknc
    • dotnet-ankara
    • murat.logo
    • serhan.gurbuz
    • gulnihaleksi