1.0.0 • Published 4 years ago
animated-array v1.0.0
Array Animations
Array Animator is a simple package for React aimed to add some animation to a booring array operation of insertion and deletion. Itsreally fun to play with array operations using this package.
Example Usage
Can be used as an Array Component.
initialArray props
Using this props, an initial Array or the main array can be feed to the component on the basis of which, it will generate a simple UI for the array, mapping all the indexes. For this version, support for string is only used, avoid using other than string array for the same.
getArray props
In this props, the changed version of array is supplied back to the parent component of that array.
1.0.0
4 years ago