An open API service indexing awesome lists of open source software.

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

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