0.0.3 • Published 9 years ago
ember-metismenu v0.0.3
Ember-metismenu
Metis menu ember component. This component implements an ember wrappen addon for the JQuery plugin Metis Menu.
See details about this plugin here http://mm.onokumus.com.
Usage
After installing this addon simple add the component and include the items that you would like to add.
For more information see the dummy app in this addon.
    {{#ember-metismenu classNames="side-bar-class"}}
        <li class="active">
            <a href="#" aria-expanded="true">Menu 1</a>
            <ul aria-expanded="true">
                <li>A</li>
                <li>B</li>
                <li>C</li>
            </ul>
            </li>
            <li>
            <a href="#" aria-expanded="false">Menu 2</a>
            <ul aria-expanded="false">
                <li>A</li>
                <li>B</li>
                <li>C</li>
            </ul>
        </li>
    {{/ember-metismenu}}Installation
- From an ember cli application:
 ember install ember-metismenugit clonethis repositorynpm installbower install
Running
ember server- Visit your app at http://localhost:4200.
 
Running Tests
npm test(Runsember try:testallto test your addon against multiple Ember versions)ember testember test --server
Building
ember build
For more information on using ember-cli, visit http://ember-cli.com/.
Copyright
This ember component was implemented by EmberJSThemes.com and it is released under MIT license.