You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP

react-fields-keeper

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

0.4.0
Version published
Weekly downloads
995
30.92%
Maintainers
1
Weekly downloads
 
Created

React Fields Keeper

Flexible bucket based data assignment tool for react

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/>
             ...
         </>
     }
    
    
    • Output alt

Preview

Change logs

  • Stability fixes for v0.4.0
  • Migrated to Vite with react + swc for preview

FAQs

Package last updated on 12 May 2023

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