https://github.com/zoltan-nz/ember-bootstrap-nav-link
Ember CLI component - Bootstrap 3 navigation link with proper active state management
https://github.com/zoltan-nz/ember-bootstrap-nav-link
Last synced: 7 months ago
JSON representation
Ember CLI component - Bootstrap 3 navigation link with proper active state management
- Host: GitHub
- URL: https://github.com/zoltan-nz/ember-bootstrap-nav-link
- Owner: zoltan-nz
- License: mit
- Created: 2015-12-05T10:53:06.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T00:42:23.000Z (almost 3 years ago)
- Last Synced: 2025-03-01T10:02:34.321Z (7 months ago)
- Language: JavaScript
- Homepage:
- Size: 2.01 MB
- Stars: 9
- Watchers: 3
- Forks: 6
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Ember-bootstrap-nav-link
[](https://travis-ci.org/zoltan-nz/ember-bootstrap-nav-link)
* 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 aboveInstallation
------------------------------------------------------------------------------```
ember install ember-bootstrap-nav-link
```## Usage
Simple navbar:
```html
```
Contributing
------------------------------------------------------------------------------
See the [Contributing](CONTRIBUTING.md) guide for details.
Learn more about this plugin in [Ember.js tutorial](http://yoember.com)
License
------------------------------------------------------------------------------
This project is licensed under the [MIT License](LICENSE.md).
[Ember](http://yoember.com) | [Ember.js](http://yoember.com) | [Tutorial](http://yoember.com)