0.0.9 • Published 9 months ago

ngx-urdu-input v0.0.9

Weekly downloads
-
License
-
Repository
-
Last release
9 months ago

Ngx Urdu Input

Welcome to Ngx Urdu Input, an Angular directive that allows users to input Urdu text in text fields using a customized keyboard layout.

Installation

To integrate this directive into your Angular application, follow these simple steps:

  1. Install the Package:

    npm install ngx-urdu-input
  2. Import the Module:

    Import the NgxInputUrduModule into your app module:

    import { NgModule } from '@angular/core';
    import { BrowserModule } from '@angular/platform-browser';
    import { NgxInputUrduModule } from 'ngx-urdu-input';
    
    import { AppComponent } from './app.component';
    
    @NgModule({
      declarations: [AppComponent],
      imports: [BrowserModule, NgxInputUrduModule],
      bootstrap: [AppComponent],
    })
    export class AppModule {}
  3. Use the Directive:

    Apply the ngxInputUrdu directive to your input field:

    <input ngxInputUrdu type="text" [(ngModel)]="urduText" />

Usage

By using the ngxInputUrdu directive, users can conveniently input Urdu text in text fields.

Note: It may be necessary to adjust your app's styling to ensure proper rendering of Urdu characters.

Credits

This directive is an Angular adaptation of the original Vanilla JS plugin JavaScript-UrduTextBox developed by Naseem Amjad. The plugin has been transformed into an Angular directive by Muhammad Usman.

GitHub Repository

Find the source code for this project on GitHub.

NPM Package

This package is published on NPM under the name ngx-urdu-input.

License

This project is licensed under the MIT License - see the LICENSE file for details.

0.0.9

9 months ago

0.0.8

9 months ago

0.0.7

9 months ago

0.0.6

9 months ago

0.0.5

9 months ago

0.0.4

9 months ago

0.0.3

9 months ago

0.0.2

9 months ago

0.0.1

9 months ago