https://github.com/mahdimotamedi/nav-js
A UI library to making all sort of navigation
https://github.com/mahdimotamedi/nav-js
menu menu-builder navigation website-menu
Last synced: 3 months ago
JSON representation
A UI library to making all sort of navigation
- Host: GitHub
- URL: https://github.com/mahdimotamedi/nav-js
- Owner: mahdimotamedi
- Created: 2018-08-25T20:45:24.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-15T16:11:20.000Z (over 6 years ago)
- Last Synced: 2025-02-03T18:11:29.276Z (4 months ago)
- Topics: menu, menu-builder, navigation, website-menu
- Language: CSS
- Size: 8.77 MB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Nav JS
#### It's still under development
> A ui library to building menu that your website needs.
## Sample of usage
``` html
...
- item 1
- item 2
- item 3
const mainMenu = new Navjs({
id: 'main-menu'
});
```
Look at 'examples' directory to see a lot of samples
## Options
```javascript
const mainMenu = new Navjs({
id,
theme: 'default',
responsive: true,
condition: 'horizontal',
animation: 'fade',
dir: 'ltr',
});
```
## Features
* Completely Responsive Menu
* Horizontal and Vertical Menu
* Support : Animations - Icons - Mega Menu - Etc
* Extensible to add Themes
##### it also support RTL languages with rtlcss lib