New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@logo-software/badge

Package Overview
Dependencies
Maintainers
8
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@logo-software/badge

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

  • 11.0.0
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
8
increased by14.29%
Maintainers
8
Weekly downloads
 
Created
Source

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

Keywords

FAQs

Package last updated on 10 Oct 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc