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

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of mapbox/react-submittable

Account's avatar
babel/babel
Babel command line.
Account's avatar
babel/babel
Babel compiler core.
Account's avatar
babel/babel
This plugin transforms static class properties as well as properties declared with the property initializer syntax
Account's avatar
babel/babel
A Babel preset for each environment.
Account's avatar
babel/babel
Babel preset for all React plugins.
Account's avatar
testing-library/react-testing-library
Simple and complete React DOM testing utilities that encourage good testing practices.
Account's avatar
testing-library/user-event
Fire events the same way the user does
Account's avatar
jestjs/jest
Delightful JavaScript Testing.
Account's avatar
jestjs/jest
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.

Support the repos that depend on this repository

Top contributors

tmcw's profile
tmcw
13 contributions
davidtheclark's profile
davidtheclark
4 contributions
miafan23's profile
miafan23
2 contributions
badiuoanaalexandra's profile
badiuoanaalexandra
2 contributions

Recent events

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

No events yet
mapbox

mapbox/react-submittable

Stop using preventDefault to get form behavior in React.

JavaScript
18
3
ISC License

react‑submittable is a tiny React component that gives form‑like keyboard handling without relying on `preventDefault`. By wrapping inputs in `<Submittable onEnter={…} onCancel={…}>`, it automatically triggers `onEnter` for the Enter key and `onCancel` for Escape, mimicking native form submit/cancel behavior. It’s aimed at React developers who want clean, declarative handling of these key events in any UI element.