@ovh-ux/ng-ovh-sidebar-menu
Version:
Manage and display a left menu tree
44 lines (26 loc) • 1.68 kB
Markdown
# ng-ovh-sidebar-menu
> Manage and display a left menu tree.
[](https://www.npmjs.com/package/@ovh-ux/ng-ovh-sidebar-menu) [](https://npmjs.com/package/@ovh-ux/ng-ovh-sidebar-menu) [](https://npmjs.com/package/@ovh-ux/ng-ovh-sidebar-menu?activeTab=dependencies) [](https://npmjs.com/package/@ovh-ux/ng-ovh-sidebar-menu?activeTab=dependencies)
## Install
```sh
$ yarn add @ovh-ux/ng-ovh-sidebar-menu
```
## Usage
```js
import angular from 'angular';
import ngOvhSidebarMenu from '@ovh-ux/ng-ovh-sidebar-menu';
angular.module('myApp', [ngOvhSidebarMenu]);
```
## Test
```sh
$ yarn test
```
## Roadmap
To know what is going on, click [here](./ROADMAP.md).
## Related
- [ng-ovh-actions-menu](https://github.com/ovh/manager/tree/master/packages/components/ng-ovh-actions-menu) - Group a set of actions for a specific context under a single menu
- [ng-slide-down](https://github.com/TheRusskiy/ng-slide-down) - AngularJS directive for slide-down animation
## Contributing
Always feel free to help out! Whether it's [filing bugs and feature requests](https://github.com/ovh/manager/issues/new) or working on some of the [open issues](https://github.com/ovh/manager/issues), our [contributing guide](https://github.com/ovh/manager/blob/master/CONTRIBUTING.md) will help get you started.
## License
[BSD-3-Clause](LICENSE) © OVH SAS