@ngx-tc/form-label
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

About

@ngx-tc/form-label is an Angular library that provides a UI component for displaying label text about form fields. This library allows developers to easily add field label to their forms, improving usability and accessibility for end-users. It is built on Angular and is designed to be lightweight, easy to use, and highly customizable.

Usage

Install @ngx-tc/form-label in your project:

npm install @ngx-tc/form-label

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

import { TcFormLabelModule } from '@ngx-tc/form-label';

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

Use the tc-form-label component in you app:

<tc-form-label>
  Form control label
</tc-form-label>

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/inputs

Package Sidebar

Install

npm i @ngx-tc/form-label

Weekly Downloads

1

Version

1.0.0

License

MIT

Unpacked Size

28.4 kB

Total Files

15

Last publish

Collaborators

  • type0code