Skip to content

zoltan-nz/ember-bootstrap-nav-link

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
app
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Ember-bootstrap-nav-link

Build Status

  • Insert Bootstrap 3 compatible link in navigation bars.
  • Compatible with Ember 3.12 or above. (Use version 0.1.5 for Ember v3.11 or below.)
  • data-toggle and data-target attribute binding. (@fdlane)

Manage active state properly in bootstrap navigation bar.

Collapse navbar when nav-link clicked.

Compatibility

  • Ember.js v3.12 or above
  • Ember CLI v3.12 or above
  • Node.js v12 or above

Installation

ember install ember-bootstrap-nav-link

Usage

Simple navbar:

<ul class="nav navbar-nav">
  <NavLinkTo @route="index">Home</NavLinkTo>
  <NavLinkTo @route="about">About</NavLinkTo>
  <NavLinkTo @route="contact">Contact</NavLinkTo>
</ul>

Contributing

See the Contributing guide for details.

Learn more about this plugin in Ember.js tutorial

License

This project is licensed under the MIT License.

Ember | Ember.js | Tutorial

About

Ember CLI component - Bootstrap 3 navigation link with proper active state management

Resources

License

Stars

Watchers

Forks

Packages

No packages published