0.0.8 • Published 2 years ago

keybored v0.0.8

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

keybored

npm bundlephobia bundlephobia npm npm

Install

$ npm i keybored

Basic Usage

import Keybored from 'keybored';
import './keybored.css';

Keybored({
  whatKey: false,
  keyboard: 'std',
  function: (key) => {
    console.log(key); // basic keypress logging function
  },
});

const App = () => {
  return <div className="App"></div>;
};

export default App;

Documentation

Want to contribute?

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago