1.0.2 • Published 3 years ago

r-react-keyboard v1.0.2

Weekly downloads
10
License
ISC
Repository
github
Last release
3 years ago

r-react-keyboard

Instalation

npm i r-react-keyboard
PropTypeDefaultDescription
valueString or NumberOptionalinit value of keyboard
titleStringOptionalkeyboard title
onClosefunctionRequiredcall to close keyboard by parent
themeobjecthas defaultchange them color of keyboard
gapnumberdefault is 3gap between keys
keyHeightnumberdefault is 36height of keys
onSendfunctionoptionalsend final value to parent
onchangefunctionoptionalsend value to parent while typing
languagesobjectoptionalset extra languages to keyboard
languageIndexnumberoptioanlset extra language by index

theme properties

PropertyDefaultDescription
background'#c9ced4'
keyBackground'#fff'
keyColor'#28292b'
keyActiveColor'#1d5ee4'
keyBoxShadowexample: '0 1px 2px 0px #000'
screenColor'#666'
screenBackground'#eee'
titleColor'#000'
highlight'#7fb9ef'
1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago