echobind/ember-links-with-follower

View on GitHub
addon/index.js

Summary

Maintainability
A
0 mins
Test Coverage
/**
 * ## Features
 * Provides a component that renders a set of links with a follower line underneath. The follower will animate to the position of the active link, and grow or shrink in size if needed. If no active links are found, the follower will hide.
 *
 * This pattern is commonly used for navigation:
 *
 * ![twitter](https://raw.githubusercontent.com/echobind/ember-links-with-follower/master/public/assets/images/twitter.png)
 *
 * (from Twitter app)
 * <p>&nbsp;</p>
 *
 * ![linkedin](https://raw.githubusercontent.com/echobind/ember-links-with-follower/master/public/assets/images/linkedin.png)
 *
 * (from LinkedIn app)
 *
 * ---
 *
 * Checkout the [LinksWithFollower](../classes/LinksWithFollower.html) component!
 *
 * <div style="position:absolute; bottom: 20px; right: 20px;">
 * (<a href="https://github.com/offirgolan/yuidoc-ember-theme">yuidoc-ember-theme</a> by Offir Golan)
 * </div>
 *
 * @module Home
 */

/**
 * @module Components
 * @main
 */