# menu-animation-icon

> Menu animation icons

Latest version **0.1.4** (published 2018-06-13) · MIT license · 0 weekly downloads

## Install

```sh
npm install menu-animation-icon
pnpm add menu-animation-icon
yarn add menu-animation-icon
bun add menu-animation-icon
```

## Health

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

Positive: no vulnerabilities.

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

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.1.4 |
| Published | 2018-06-13 |
| First published | 2018-06-12 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 35.8 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Maintainers | andrej.savchuk |
| Keywords | React, Menu, Icon, react-component, animation icon |

## Links

- npm: https://www.npmjs.com/package/menu-animation-icon
- Repository: https://github.com/aleksel/menu-animation-icon
- Homepage: https://aleksel.github.io/menu-animation-icon/
- Issues: https://github.com/aleksel/menu-animation-icon/issues
- npm.io page: https://npm.io/package/menu-animation-icon

## Alternatives

- [@fortawesome/react-fontawesome](https://npm.io/package/@fortawesome/react-fontawesome.md) — 2.2M weekly downloads
- [roboto-fontface](https://npm.io/package/roboto-fontface.md) — 196.0K weekly downloads
- [@react-native-vector-icons/common](https://npm.io/package/@react-native-vector-icons/common.md) — 150.4K weekly downloads
- [@procore/core-icons](https://npm.io/package/@procore/core-icons.md) — 4.6K weekly downloads
- [@react-md/material-icons](https://npm.io/package/@react-md/material-icons.md) — 1.6K weekly downloads

## Recent versions

- 0.1.4 (latest) — 2018-06-13
- 0.1.3 — 2018-06-12
- 0.1.2 — 2018-06-12
- 0.1.1 — 2018-06-12

## README

# menu-animation-icon
> React.js Menu animation icon component

## [Introduction](https://aleksel.github.io/menu-animation-icon/#introduction)
provides animation menu icons (HamburgerMenu, DonerMenu, KebabMenu, BentoMenu, MeatballMenu)

## [Installation](https://aleksel.github.io/menu-animation-icon/#installation)
```sh
npm install --save menu-animation-icon # or
yarn add menu-animation-icon
```

## [Usage & Configuration](https://aleksel.github.io/menu-animation-icon/#usage--configuration)
```js static
import React from 'react';
import {HamburgerMenu} from 'menu-animation-icon';

export default class CustomElement extends React.Component {

    state = {
        active: false,
    };

    onClick = isActive => this.setState({active: isActive});

    render() {
        const {active} = this.state;
        return (
            <HamburgerMenu
                active={active}
                onClick={this.onClick}
                activeClass="activeClass"
                hoverClass="hoverClass"
            />
        );
    }
}

```

## [Examples](https://aleksel.github.io/menu-animation-icon/#ui-components)


## [Changelog](https://github.com/Aleksel/menu-animation-icon/blob/master/CHANGELOG.md)


## [Storybook](https://aleksel.github.io/menu-animation-icon/storybook-static)


## Getting Help

**Before doing this, did you**:

1. Read the [documentation](https://aleksel.github.io/menu-animation-icon/)
2. Read the [source code](https://github.com/aleksel/menu-animation-icon)

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