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

https://github.com/kmlpandey77/bootnavbar

Bootstrap 5 / 4 multilevel dropdown navbar (multilevel menu) on hover
https://github.com/kmlpandey77/bootnavbar

bootstrap-5-multi-level-navbar bootstrap-navbar-on-hover bootstrap4-multi-level-navbar bootstrap5 dropdown-menus multi-level-dropdowns multi-level-menu

Last synced: 5 months ago
JSON representation

Bootstrap 5 / 4 multilevel dropdown navbar (multilevel menu) on hover

Awesome Lists containing this project

README

          

# BootNavbar

![license](https://img.shields.io/github/license/kmlpandey77/bootnavbar?style=plastic)

Table of contents:

- [Introduction](#introduction)
- [Preview](#preview)
- [Requirement](#requirement)
- [Download](#Download)
- [BootNavbar CDN](#bootnavbar-cdn)
- [CSS](#css)
- [JS](#js)
- [How to Use](#how-to-use)
- [Options](#options)

## Introduction

> Bootstrap 4 Responsive Navbar with Multi-level Dropdowns \
> This is a fully responsive multilevel dropdown (Treeview menu) navbar opened on hover.

## Preview

![Multi level hover dropdown Navbar for bootstrap 4](https://raw.githubusercontent.com/kmlpandey77/bootnavbar/master/Preview.png "Navbar Preview")

## Requirement

jQuery
boostrap 4
animated.css V3

## Download

[Download source](https://github.com/kmlpandey77/bootnavbar/archive/1.0.2.zip)

## BootNavbar CDN

#### css

```html

```

#### js

```html

```

## How to use

To use BootNavbar on your website, simply drop the stylesheet into your document's ``.

```html



```

And, simply drop the JS into your document's ``.

```html

... ...






$(function () {
$("#bootnavbar").bootnavbar({
//options
animation: false,
animateIn: "slideInUp",
});
});

```

And, `HTML`.

```html

... ...

```

## Options

**animation**

Type: `Boolean`

Default: `true`

Enable/Disable animation effect

**animateIn**

Type: `String`

Default: `'fadeIn'`

Value: `'slideInUp'`,`'zoomIn'`

View more option in [animate.css](https://daneden.github.io/animate.css)