ember-ted-gear
v0.0.0
Published
The default blueprint for ember-cli addons.
Downloads
3
Keywords
Readme
TED gear
A gear + dropdown menu component that is commonly used on TED's web applications.
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>