New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

virtual-arabic-keyboard

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

virtual-arabic-keyboard

Virtual Arabic Keyboard

  • 1.0.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
4
decreased by-20%
Maintainers
1
Weekly downloads
 
Created
Source

Install:

you can install our keyboard using npm. Just run:

$ npm install virtual-arabic-keyboard

or by using yarn:

$ yarn add virtual-arabic-keyboard

Quick Start:

import in App.js:

CSS:

import 'virtual-arabic-keyboard/index.css'

JS:

import 'virtual-arabic-keyboard/index'

App.js:

import logo from './logo.svg';
import './App.css';
import 'virtual-arabic-keyboard/index.css' //css
import 'virtual-arabic-keyboard/index' //js

function App() {
  return (
    <div className="App">
        Hello User !
        <input type="text" id="YourId" value="" dir="rtl" className="keyboardInput" />
    </div>
  );
}

export default App;

Check Our Repository For An Exemple.

Happy Coding ;)

Keywords

FAQs

Package last updated on 26 Nov 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc