
Security News
MCP Steering Committee Launches Official MCP Registry in Preview
The MCP Steering Committee has launched the official MCP Registry in preview, a central hub for discovering and publishing MCP servers.
rea11y-easy-form
Advanced tools
The (hopefully!) easiest way to build highly performant and accessible forms in React.
Built on top of react-final-form
(for its subscription-based form state management), the key goals and features of rea11y-easy-form
are:
In that order too!
With a number of built-in components developed for accessibility, and the ability to easily use your own, rea11y-easy-form
should have you covered.
View the components and docs in Storybook.
react-final-form
and final-form
are required peer dependencies for all of the core functionality.
npm install rea11y-easy-form react-final-form final-form
# or
yarn add rea11y-easy-form react-final-form final-form
Certain components require additional peer dependencies as well. They are only needed if you plan to use those components though.
npm run test
npm run build
To run a live-reload Storybook server on your local machine:
npm run storybook
npm run generate YourComponentName
This will generate:
/src
/YourComponentName
YourComponentName.tsx
YourComponentName.stories.tsx
YourComponentName.test.tsx
YourComponentName.types.ts
Let's say you have another project (test-app
) on your machine that you want to try installing the component library into without having to first publish the component library. In the test-app
directory, you can run:
npm i --save ../rea11y-easy-form
which will install the local component library as a dependency in test-app
. It'll then appear as a dependency in package.json
like:
...
"dependencies": {
...
"rea11y-easy-form": "file:../rea11y-easy-form",
...
},
...
FAQs
Accessible form library using react-final-form
The npm package rea11y-easy-form receives a total of 0 weekly downloads. As such, rea11y-easy-form popularity was classified as not popular.
We found that rea11y-easy-form demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
The MCP Steering Committee has launched the official MCP Registry in preview, a central hub for discovering and publishing MCP servers.
Product
Socket’s new Pull Request Stories give security teams clear visibility into dependency risks and outcomes across scanned pull requests.
Research
/Security News
npm author Qix’s account was compromised, with malicious versions of popular packages like chalk-template, color-convert, and strip-ansi published.