ember-ted-gear

The default blueprint for ember-cli addons.

Usage no npm install needed!

<script type="module">
  import emberTedGear from 'https://cdn.skypack.dev/ember-ted-gear';
</script>

README

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>