Skip to content
This repository has been archived by the owner on Sep 15, 2020. It is now read-only.

Latest commit

 

History

History
40 lines (26 loc) · 1.3 KB

README.md

File metadata and controls

40 lines (26 loc) · 1.3 KB

Build Status

addepar-pop-menu

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

Components

Installation

ember install @addepar/pop-menu
  • git clone <repository-url> this repository
  • cd addepar-pop-menu
  • npm install

Running

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