1.0.3 • Published 2 years ago

intellark v1.0.3

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

Intellark

This npm package is a wrapper for a directive - intellark - that can be added to any input or textarea UI component. A directive is understood by any Angular project.

Intellark is Intellaren's Arabic keyboard layout.

A quick summary of Intellark and a how-to-use manual is found in this Intellark page.

A detailed interactive and complete tutorial is found in this tutorial page.

This library was generated with Angular CLI version 13.1.0.

How to add Intellark to your UI input components

Once Intellark is installed (npm i intellark), you can: 1. Import the IntellarkModule where it needs to be used, and 2. Turn any input element to type in Arabic by adding the intellark directive to it

Example:

<input ...> becomes <input ... intellark>, or

<textarea ...> becomes <textarea ... intellark>,

where ... are any of the common input attributes such as id/name/cols/rows/required...

Result

Once the Intellark directive is added to an input component, the typed keys are intercepted and the Arabic equivalent character is displayed.