Skip to content
This repository has been archived by the owner on Nov 14, 2018. It is now read-only.

tedconf/ember-ted-gear

Repository files navigation

TED gear

A gear + dropdown menu component that is commonly used on TED's web applications.

TED-gear

Installation

ember install ember-ted-gear

Dependencies

This addon uses styles from Bootstrap and font awesome. It's best to use this in combination with TED Bootstrap.

Usage

<ted-gear>
  <ted-gear-item>
     An option here
  </ted-gear-item>

  <ted-gear-divider />

  <ted-gear-item>
     An option here
  </ted-gear-item>
</ted-gear>