
Research
/Security News
60 Malicious Ruby Gems Used in Targeted Credential Theft Campaign
A RubyGems malware campaign used 60 malicious packages posing as automation tools to steal credentials from social media and marketing tool users.
react-virtual-keyboard-js
Advanced tools
React Virtual Keyboard is a small library for react developers who they need a customizable virtual keyboard for their applications.
For reporting issues or asking questions please use the github issues or contact skarimi68@gmail.com.
You can simply add this library to your react application using npm or yarn.
npm install react-virtual-keyboard-js
yarn add react-virtual-keyboard-js
After installing library, you can use VirtualKeyboard component in your application same as below:
import { VirtualKeyboard } from 'react-virtual-keyboard-js';
...
<VirtualKeyboard
className="virtualKeyboard"
value={text}
onChange={setText}
shuffleOn={["charkey", "start"]}
buttonProps={{
className: "btn",
activeClassName: "activeBtn",
}}
gap="10px"
/>
</div>
Prop | Options | Description |
---|---|---|
className | Optional, string | CSS class name to change keyboard pan |
value | Required, string | State value of keyboard |
onChange | Required, Function (value: string) => void | onChange method |
shuffleOn | Optional, Array of start , charkey , space , clear , tab , backspace , key | If this array includes one of these options, character keys will be shuffled on that event. for example start option shuffles keys on mount, tab option shuffles keys when tab key is pressed and key option shuffles them on each button. |
buttonProps | Optional, Object containing className and activeClassName | You can customize buttons based on your need using className. and add another style to shift button when it is pressed using activeClassName |
gap | Optional, string or number | This prop let you change the gap among buttons |
charKeys | Array of { c: string, s: string} | You will be able to change character keys of keyboard by providing an array of c as character and s as corresponding character which will be shown when shift is pressed. For example you can make Greek keyboard by providing an array of Greek alphabets |
FAQs
Virtual keyboard for react apps
The npm package react-virtual-keyboard-js receives a total of 0 weekly downloads. As such, react-virtual-keyboard-js popularity was classified as not popular.
We found that react-virtual-keyboard-js demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Research
/Security News
A RubyGems malware campaign used 60 malicious packages posing as automation tools to steal credentials from social media and marketing tool users.
Security News
The CNA Scorecard ranks CVE issuers by data completeness, revealing major gaps in patch info and software identifiers across thousands of vulnerabilities.
Research
/Security News
Two npm packages masquerading as WhatsApp developer libraries include a kill switch that deletes all files if the phone number isn’t whitelisted.