https://github.com/callumbwhyte/meganav
A flexible, draggable link picker for constructing site navigation menus in Umbraco
https://github.com/callumbwhyte/meganav
dotnet meganav navigation umbraco
Last synced: 11 days ago
JSON representation
A flexible, draggable link picker for constructing site navigation menus in Umbraco
- Host: GitHub
- URL: https://github.com/callumbwhyte/meganav
- Owner: callumbwhyte
- License: mit
- Created: 2017-03-01T23:35:46.000Z (about 8 years ago)
- Default Branch: v9/dev
- Last Pushed: 2024-03-06T20:11:29.000Z (about 1 year ago)
- Last Synced: 2025-04-06T13:16:37.744Z (17 days ago)
- Topics: dotnet, meganav, navigation, umbraco
- Language: C#
- Homepage:
- Size: 1010 KB
- Stars: 36
- Watchers: 10
- Forks: 35
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Umbraco Meganav
[](https://www.nuget.org/packages/Our.Umbraco.Meganav/)
_Looking for Meganav for **Umbraco 8**? Check the [v8/dev](https://github.com/callumbwhyte/meganav/tree/v8/dev) branch._
Meganav is a flexible, draggable link picker for constructing site navigation menus in Umbraco.
Click and drag an item to change it's position within the navigation; drop it wherever you choose. In the backoffice, the design of Meganav closely follows the other pickers in Umbraco to ensure your editor's experience is as familiar as possible.
## Getting started
This package is supported on Umbraco v10-v12 and v13
### Installation
Meganav is available via [NuGet](https://www.nuget.org/packages/Our.Umbraco.Meganav/).
To install with the .NET CLI, run the following command:
$ dotnet add package Our.Umbraco.Meganav
To install from within Visual Studio, use the NuGet Package Manager UI or run the following command:
PM> Install-Package Our.Umbraco.Meganav
## Contribution guidelines
To raise a new bug, create an issue on the GitHub repository. To fix a bug or add new features, fork the repository and send a pull request with your changes. Feel free to add ideas to the repository's issues list if you would to discuss anything related to the library.
### Who do I talk to?
This project is maintained by [Callum Whyte](https://callumwhyte.com/) and contributors. If you have any questions about the project please get in touch on [Twitter](https://twitter.com/callumbwhyte), or by raising an issue on GitHub.
## Credits
The Meganav logo uses the [Dropdown](https://thenounproject.com/term/dropdown/1678847/) icon from the [Noun Project](https://thenounproject.com) by [Andrejs Kirma](https://thenounproject.com/andrejs/), licensed under [CC BY 3.0 US](https://creativecommons.org/licenses/by/3.0/us/).
Meganav uses [Angular UI Tree](https://github.com/angular-ui-tree/angular-ui-tree) v2.22.5 (MIT license).
### A special #h5yr to our contributors
* [Marcin Zajkowski](https://github.com/mzajkowski)
* [Arnold Visser](https://github.com/ArnoldV)
* [Robin Neal](https://github.com/SudoCat)
* [Lee Kelleher](https://github.com/leekelleher)
* [Aaron Sadler](https://github.com/AaronSadlerUK)
* [Matt Wootton](https://github.com/mattwootton)
* [Richard Ockerby](https://github.com/Rockerby)## License
Copyright © 2024 [Callum Whyte](https://callumwhyte.com/), and other contributors
Licensed under the [MIT License](LICENSE.md).