1.0.17 • Published 11 months ago

virtual-keyboard-react-simple v1.0.17

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

Installation

with npm

npm i virtual-keyboard-react-simple --save

with yarn

yarn add virtual-keyboard-react-simple

Demo

Clone este repositorio Demo Keyboard

Usage

import React, { useRef, useState } from 'react';
import { Keyboard } from 'virtual-keyboard-react-simple/src/keyboard';

const KeyboarComponent = () => <Keyboard />;

Props

The props here are specific to this component, but one can pass any props to the tag, eg onClick, inputRef, backgroundStyle, etc.

proptypedefaultnotes
onClickfunctiontruecallback para recibir el nuevo texto.
inputRefinputtruecontiene el ref del input.
backgroundStyleObjecttruecontiene el style del background del teclado.
backgroundButtonStyleObjectfalsecontiene el style de background de los botones del teclado (Optional).
backgroundButtonSpaceStyleObjectfalsecontiene el style del botón de espacio (Optional).

🎯 Compatibility

  • Internet Explorer 11+
  • Edge 16+
  • Edge (Anaheim/Edge Chromium) 79+
  • Chrome 49+
  • Safari 9+
  • Firefox 57+

Constribuciones

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

License

license

1.0.17

11 months ago

1.0.16

11 months ago

1.0.14

11 months ago

1.0.15

11 months ago

1.0.13

11 months ago

1.0.12

11 months ago

1.0.11

12 months ago

1.0.10

12 months ago

1.0.9

12 months ago

1.0.8

12 months ago

1.0.7

12 months ago

1.0.6

12 months ago

1.0.5

12 months ago

1.0.3

12 months ago

1.0.2

12 months ago

1.0.1

12 months ago

1.0.0

12 months ago