# animated-array

> Animate your array operations by using this package, have fun with playing around with its features. More cool features comming soon... Any modification, distribution and addons are welcomed...

Latest version **1.0.0** (published 2020-12-27) · ISC license · 0 weekly downloads

## Install

```sh
npm install animated-array
pnpm add animated-array
yarn add animated-array
bun add animated-array
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.0 |
| Published | 2020-12-27 |
| First published | 2020-12-27 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 2 |
| Unpacked size | 135.2 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Yash Datir |
| Maintainers | yashdatir |
| Keywords | animated, array |

## Links

- npm: https://www.npmjs.com/package/animated-array
- npm.io page: https://npm.io/package/animated-array

## Dependencies (2)

- [react](https://npm.io/package/react.md) ^17.0.1
- [react-dom](https://npm.io/package/react-dom.md) 17.0.1

## Alternatives

- [@luma.gl/experimental](https://npm.io/package/@luma.gl/experimental.md) — 77.1K weekly downloads
- [persona-harness](https://npm.io/package/persona-harness.md) — 4.7K weekly downloads
- [@tsparticles/effect-bubble](https://npm.io/package/@tsparticles/effect-bubble.md) — 4.6K weekly downloads
- [f3d](https://npm.io/package/f3d.md) — 730 weekly downloads
- [spark-html-motion](https://npm.io/package/spark-html-motion.md) — 298 weekly downloads

## Recent versions

- 1.0.0 (latest) — 2020-12-27

## README

# 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.

---
_Source: https://npm.io/package/animated-array · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
