{"id":15647371,"url":"https://github.com/utzel-butzel/react-virtual-keyboard","last_synced_at":"2025-04-14T10:33:23.542Z","repository":{"id":47700754,"uuid":"59961710","full_name":"Utzel-Butzel/react-virtual-keyboard","owner":"Utzel-Butzel","description":"Use jQuery Virtual Keyboard in react.js","archived":false,"fork":false,"pushed_at":"2021-12-17T16:37:48.000Z","size":502,"stargazers_count":45,"open_issues_count":4,"forks_count":17,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-27T23:41:52.762Z","etag":null,"topics":["archived","deprecated","keyboard-emulation","kiosk","obselete","onscreen-keyboard","reactjs","virtualkeyboard"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Utzel-Butzel.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-05-29T20:09:25.000Z","updated_at":"2023-06-02T13:21:30.000Z","dependencies_parsed_at":"2022-08-22T22:20:24.887Z","dependency_job_id":null,"html_url":"https://github.com/Utzel-Butzel/react-virtual-keyboard","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Utzel-Butzel%2Freact-virtual-keyboard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Utzel-Butzel%2Freact-virtual-keyboard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Utzel-Butzel%2Freact-virtual-keyboard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Utzel-Butzel%2Freact-virtual-keyboard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Utzel-Butzel","download_url":"https://codeload.github.com/Utzel-Butzel/react-virtual-keyboard/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248862987,"owners_count":21173913,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["archived","deprecated","keyboard-emulation","kiosk","obselete","onscreen-keyboard","reactjs","virtualkeyboard"],"created_at":"2024-10-03T12:18:59.423Z","updated_at":"2025-04-14T10:33:23.525Z","avatar_url":"https://github.com/Utzel-Butzel.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DEPRECATED\n\nReact Virtual Keyboard\n=====================\n\n### Project is outdated!\n\n**Please use https://virtual-keyboard.js.org/react/ instead**\n\nA on-screen keyboard (OSK) Component that works in the browser for reactJS. Useful for Kiosk Touchscreens.\n\nBased on the Virtual Keyboard using jQuery:\nhttps://mottie.github.io/Keyboard/\n\n### Usage\n\n#### Installation\n```\nnpm install react-virtual-keyboard\n```\n\n#### Import Keyboard\n```javascript\nimport Keyboard from 'react-virtual-keyboard';\n```\n\n#### Use Keyboard Element\n```html\n\u003cKeyboard \n  value={this.state.input}\n  name='keyboard'\n  options={{\n    type:\"input\",\n    layout: \"qwerty\",\n    alwaysOpen: true,\n    usePreview: false,\n    useWheel: false,\n    stickyShift: false,\n    appendLocally: true,\n    color: \"light\",\n    updateOnChange: true,\n    initialFocus: true,\n    display: {\n      \"accept\" : \"Submit\"\n    }\n  }}\n  onChange={this.onInputChanged}\n  onAccepted={this.onInputSubmitted}\n  ref={k =\u003e this.keyboard = k}\n/\u003e\n```\n\n#### Return updated values\n```javascript\nonInputChanged = (data) =\u003e {\n  this.setState({ input: data });\n}\n\nonInputSubmitted = (data) =\u003e {\n  console.log(\"Input submitted:\", data);\n}\n```\n\n#### Listen for button presses\n```javascript\nthis.keyboard.interface.keyaction.enter = (base) =\u003e {\n  // Enter button pressed\n  // Accepting content, as an example:\n  return this.keyboard.interface.keyaction.accept(base);\n};\n```\n\nFor more information, check out the API documentation: https://github.com/Mottie/Keyboard/wiki/Options\n\n### Dependencies\n\n* React\n* Webpack\n* jQuery\n* [Mottie Keyboard](https://mottie.github.io/Keyboard/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Futzel-butzel%2Freact-virtual-keyboard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Futzel-butzel%2Freact-virtual-keyboard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Futzel-butzel%2Freact-virtual-keyboard/lists"}