Kivach
Cascading donations
Add repoPopularDonorsF.A.Q.
My repos

Footer

Subscribe to our newsletter

The latest news, articles, and resources, sent to your inbox.

DiscordTelegramTwitterMediumFacebookYouTubeGitHub

All information about repositories belongs to their owners.

More information about Kivach in the introductory article.

Built on Obyte

from a particular area of your app when it is in focus, you can use the `<ObserveKeys/>` component: ```javascript import { ObserveKeys } from "react-hotkeys"; import React from 'react'; <ObserveKeys> /** * Children that, when in focus, should have its key events observed by * react hotkeys */ </ObserveKeys>; ``` ### ObserveKeys component API By default, `<ObserveKeys />` will observe all key events, but you can customize this behaviour by providing a whitelist or blacklist of events to observe: ```javascript <ObserveKeys /** * The whitelist of keys that keyevents should be observed. i.e. if you place * a key in this list, all events related to it will be observed by react * hotkeys. * * Accepts a string or an array of strings. */ only: { [] } /** * The blacklist of keys that keyevents should be not observed. i.e. * if you place a key in this list, all events related to it will be * still be ignored by react hotkeys */ except: { [] } > /** * Children that, when in focus,

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of greena13/react-hotkeys

Account's avatar
ccampbell/mousetrap
Simple library for handling keyboard shortcuts
Account's avatar
facebook/react
Legacy API for creating React components.
Account's avatar
passy/autoprefixer-loader
[deprecated] Autoprefixer loader for webpack
Account's avatar
babel/babel-eslint
Custom parser for ESLint
Account's avatar
babel/babel-loader
babel module loader for webpack
Account's avatar
jsx-eslint/eslint-plugin-react
React specific linting rules for ESLint
Account's avatar
estools/estraverse
ECMAScript JS AST traversal functions
Account's avatar
mochajs/mocha
simple, flexible, fun test framework
Account's avatar
flatiron/prompt
A beautiful command-line prompt for node.js
Account's avatar
facebook/react
React is a JavaScript library for building user interfaces.
Account's avatar
facebook/react
React package for working with the DOM.
Account's avatar
webpack/webpack
Packs ECMAScript/CommonJs/AMD modules for the browser. Allows you to split your codebase into multiple bundles, which can be loaded on demand. Supports loaders to preprocess files, i.e. json, jsx, es7

Support the repos that depend on this repository

Top contributors

greena13's profile
greena13
423 contributions
chrisui's profile
chrisui
60 contributions
dependabot[bot]'s profile
dependabot[bot]
5 contributions
admmasters's profile
admmasters
3 contributions
stevewillard's profile
stevewillard
3 contributions
cpsubrian's profile
cpsubrian
2 contributions
vivian-eb's profile
vivian-eb
2 contributions
kitayoshi's profile
kitayoshi
2 contributions
ajeffrey's profile
ajeffrey
1 contributions
ahutchings's profile
ahutchings
1 contributions

Recent events

Kivach works on the Obyte network, and therefore you can track all donations.

No events yet
greena13

greena13/react-hotkeys

Declarative hotkey and focus area management for React

JavaScript
2159
159
ISC License