🚀 Socket Launch Week 🚀 Day 2: Introducing Repository Labels and Security Policies.Learn More
Socket
Sign inDemoInstall
Socket

react-fields-keeper

Package Overview
Dependencies
Maintainers
0
Versions
67
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-fields-keeper

Flexible bucket based data assignment tool for react

3.4.0
latest
npm
Version published
Weekly downloads
464
-12.62%
Maintainers
0
Weekly downloads
 
Created
Source

React Fields Keeper

Flexible bucket based data assignment tool for react

npm version Vercel

Gettings Started

  • Installation

    yarn add react-fields-keeper

    or

    npm install react-fields-keeper

  • Usage

    import {
         FieldsKeeperProvider,
         FieldsKeeperBucket,
         FieldsKeeperRootBucket
     } from 'react-fields-keeper';
    
     export default function Component() {
         return <>
             ...
             <FieldsKeeperProvider allItems={[]} buckets={[]}>
                 ...
                 <FieldsKeeperBucket id="1" />
                 ...
                 <FieldsKeeperBucket id="2" />
                 ...
    
                 ...
                 <FieldsKeeperRootBucket />
                 ...
             <FieldsKeeperProvider/>
             ...
         </>
     }
    
    
  • Sample Output

    alt

Getting Hands On

Change logs

  • publish badges setup and readme updates
  • Stability patch update for v0.4.1
  • Stability fixes for v0.4.0
  • Migrated to Vite with react + swc for preview

Usage Code Snippet

https://github.com/ThayalanGR/react-fields-keeper/blob/3b6dbadd79c3890314952de7f08ba6285c95f2c0/src/App.tsx#LL1C1-L41C2

Supported by

Lumel Technologies (Lumel is hiring - Checkout Careers)

FAQs

Package last updated on 20 Mar 2025

Did you know?

Socket

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.

Install

Related posts