0.0.0 • Published 9 years ago

ember-ted-gear v0.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
9 years ago

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>