A component that renders a follower line underneath provided "links". Expects a block to be passed that contains a set of links to render.

{{#links-with-follower class="my-nav"}}
  {{#link-to 'route1' tagName='li'}}Route 1{{/link-to}}
  {{#link-to 'route2' tagName='li'}}Route 2{{/link-to}}
{{/links-with-follower}}
Show:

activeSelector

String

The selector used to consider a link active.


Default: 'li.active'

containerTagName

String

Tag name to use for the element wrapping the provided links.


Default: 'ul'

followerAnimationDuration

Number

The duration used to animate the follower link.


Default: 150

followerPosition

String

Where to position the follower. Not yet used.


Default: 'bottom'

linkTagName

String

Tag name to use for the follower. It is expected to match items passed in via the block.


Default: 'li'