intellark
v1.0.3
Published
Arabic keyboard layout
Downloads
13
Maintainers
Readme
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:
- Import the
IntellarkModulewhere it needs to be used, and - Turn any
inputelement to type in Arabic by adding theintellarkdirective 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.
