1.17.1 • Published 2 days ago

react-fields-keeper v1.17.1

Weekly downloads
-
License
ISC
Repository
-
Last release
2 days ago

React Fields Keeper

Flexible bucket based data assignment tool for react

npm version Vercel

Gettings Started

  1. Installation

    yarn add react-fields-keeper

    or

    npm install react-fields-keeper

  2. 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/>
             ...
         </>
     }
  3. 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)

1.17.1

2 days ago

1.17.0

2 days ago

1.16.0

15 days ago

1.15.0

29 days ago

1.14.0

2 months ago

1.13.0

2 months ago

1.12.0

2 months ago

1.11.1

2 months ago

1.11.0

2 months ago

1.10.2

3 months ago

1.9.0

3 months ago

1.10.1

3 months ago

1.10.0

3 months ago

1.8.0

3 months ago

1.7.2

3 months ago

1.7.1

3 months ago

1.7.0

3 months ago

1.6.2

4 months ago

1.6.1

4 months ago

1.6.0

4 months ago

1.5.2

4 months ago

1.5.1

4 months ago

1.5.0

4 months ago

1.2.0

4 months ago

1.1.1

4 months ago

1.4.1

4 months ago

1.4.0

4 months ago

1.3.0

4 months ago

1.1.0

4 months ago

1.0.0

4 months ago

0.6.3

5 months ago

0.6.2

5 months ago

0.6.1

5 months ago

0.5.0

10 months ago

0.6.0

9 months ago

0.5.1

10 months ago

0.4.7

12 months ago

0.4.6

12 months ago

0.4.5

12 months ago

0.4.4

12 months ago

0.4.3

12 months ago

0.4.2

12 months ago

0.4.1

12 months ago

0.4.0

12 months ago

0.3.0

12 months ago

0.1.0

12 months ago

0.0.1

12 months ago