1.1.0 • Published 1 year ago

@ngx-tc/badge v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

About

@ngx-tc/badge is an Angular library that provides developers with a UI component to display badges in their applications. The library is designed to be easy to use and customizable, allowing developers to quickly and easily create badges that fit their specific needs.

The library includes a number of pre-built badge templates, which can be easily customized to fit the specific requirements of your application. These templates include standard badge types such as labels, counters, and statuses.

The library is built using Angular and is designed to be lightweight and easy to use, with minimal setup required to get started. Overall, @ngx-tc/badge is a powerful and flexible library that provides developers with the tools they need to create effective and customizable badges for their Angular applications.

Usage

Install @ngx-tc/badge in your project:

npm install @ngx-tc/badge

Import TcBadgeModule e.g. in your app.module.ts:

import { TcBadgeModule } from '@ngx-tc/badge';

@NgModule({
  imports: [
    ...
      TcBadgeModule
  ],
})
export class AppModule {}

Use the tc-badge component in you app:

<tc-badge>
  Badge
</tc-badge>

Demo

To view a working demo of the library in action, please follow the provided link. The demo will allow you to explore the various components and features included in this library and see how they can be used in your Angular applications. http://tc-library.type-code.pro/#/components/badges

1.1.0

1 year ago

1.0.0

1 year ago

0.0.8

1 year ago

0.0.3

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago