# addepar-pop-menu

Ember Addons for popping things up. This includes popovers, dropdowns, and tooltips.

## Components

- [adde-dropdown](https://github.com/Addepar/addepar-pop-menu/blob/master/addon/components/adde-dropdown.js)
- [adde-sub-dropdown](https://github.com/Addepar/addepar-pop-menu/blob/master/addon/components/adde-sub-dropdown.js)
- [adde-tooltip-icon](https://github.com/Addepar/addepar-pop-menu/blob/master/addon/components/adde-tooltip-icon.js)
- [adde-tooltip](https://github.com/Addepar/addepar-pop-menu/blob/master/addon/components/adde-tooltip.js)
- [adde-popover](https://github.com/Addepar/addepar-pop-menu/blob/master/addon/components/adde-popover.js)

## Installation

```
ember install @addepar/pop-menu
```

* `git clone <repository-url>` this repository
* `cd addepar-pop-menu`
* `npm install`

## Running

* `ember serve`
* Visit your app at [http://localhost:4200](http://localhost:4200).

## Running Tests

* `npm test` (Runs `ember try:each` to test your addon against multiple Ember versions)
* `ember test`
* `ember test --server`

## Building

* `ember build`

For more information on using ember-cli, visit [https://ember-cli.com/](https://ember-cli.com/).
