# intellark

> Arabic keyboard layout

Latest version **1.0.3** (published 2021-12-25) · 0 weekly downloads

## Install

```sh
npm install intellark
pnpm add intellark
yarn add intellark
bun add intellark
```

## Health

**Score 25/100 (F)** — status: abandoned.

Positive: has types; esm support; no vulnerabilities.

Warnings: low downloads.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.3 |
| Published | 2021-12-25 |
| First published | 2021-12-25 |
| Weekly downloads | 0 |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 1 |
| Unpacked size | 52.5 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Mohsen Madi |
| Maintainers | mohsenmadi |
| Keywords | Arabic keyboard, Arabic, keyboard, intellark, intellaren |

## Links

- npm: https://www.npmjs.com/package/intellark
- npm.io page: https://npm.io/package/intellark

## Dependencies (1)

- [tslib](https://npm.io/package/tslib.md) ^2.3.0

## Recent versions

- 1.0.3 (latest) — 2021-12-25
- 1.0.2 — 2021-12-25
- 1.0.1 — 2021-12-25
- 1.0.0 — 2021-12-25
- 0.0.1 — 2021-12-25

## 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](http://intellaren.com/) Arabic keyboard layout.

A quick summary of Intellark and a how-to-use manual is found in this [Intellark](http://intellaren.com/intellark) page.

A detailed interactive and complete tutorial is found in this [tutorial](http://intellaren.com/intellark/tutorial) page.

This library was generated with [Angular CLI](https://github.com/angular/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.

---
_Source: https://npm.io/package/intellark · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
