
Security News
npm Adopts OIDC for Trusted Publishing in CI/CD Workflows
npm now supports Trusted Publishing with OIDC, enabling secure package publishing directly from CI/CD workflows without relying on long-lived tokens.
virtual-keyboard-react-simple
Advanced tools
Teclado Virtual para React js. Compatible con Javascript, React Js y Typescript.
npm i virtual-keyboard-react-simple --save
yarn add virtual-keyboard-react-simple
Clone este repositorio Demo Keyboard
import React, { useRef, useState } from 'react';
import { Keyboard } from 'virtual-keyboard-react-simple/src/keyboard';
const KeyboarComponent = () => <Keyboard />;
The props here are specific to this component, but one can pass any props to the tag, eg onClick, inputRef, backgroundStyle, etc.
prop | type | default | notes |
---|---|---|---|
onClick | function | true | callback para recibir el nuevo texto. |
inputRef | input | true | contiene el ref del input. |
backgroundStyle | Object | true | contiene el style del background del teclado. |
backgroundButtonStyle | Object | false | contiene el style de background de los botones del teclado (Optional). |
backgroundButtonSpaceStyle | Object | false | contiene el style del botón de espacio (Optional). |
Los problemas siempre son bienvenidos. Siéntase libre de enviar cualquier problema que tenga en: https://github.com/DIGITAL-SOFT-PTY/virtual-keyboard-react-simple/issues
FAQs
Teclado Virtual para aplicaciones en react js.
The npm package virtual-keyboard-react-simple receives a total of 0 weekly downloads. As such, virtual-keyboard-react-simple popularity was classified as not popular.
We found that virtual-keyboard-react-simple 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.
Security News
npm now supports Trusted Publishing with OIDC, enabling secure package publishing directly from CI/CD workflows without relying on long-lived tokens.
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.