https://github.com/skywalkapps/bootstrap-dropmenu
Group of extensions, which enhances Bootstrap dropdown component.
https://github.com/skywalkapps/bootstrap-dropmenu
Last synced: 8 months ago
JSON representation
Group of extensions, which enhances Bootstrap dropdown component.
- Host: GitHub
- URL: https://github.com/skywalkapps/bootstrap-dropmenu
- Owner: skywalkapps
- License: mit
- Created: 2015-11-20T15:08:41.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-08T18:58:25.000Z (over 10 years ago)
- Last Synced: 2025-10-19T08:30:36.232Z (8 months ago)
- Language: CSS
- Homepage:
- Size: 1.46 MB
- Stars: 6
- Watchers: 2
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [Dropmenu plugin for Bootstrap 3](http://skywalkapps.github.io/bootstrap-dropmenu)

[](LICENSE)
To get started, check out !
## Quick start
Dropmenu plugin is built for Bootstrap 3. You have following options of installation:
- [Download the latest release](https://github.com/skywalkapps/bootstrap-dropmenu/archive/v0.9.0.zip).
- Clone the repo: `git clone https://github.com/skywalkapps/bootstrap-dropmenu.git`.
- Install with [Bower](http://bower.io): `bower install bootstrap-dropmenu`.
### How to use
The plugin requires only one file to include in your project. Within the download you'll find minified and plain versions of CSS. JavaScript is not necessary for current version of the plugin.
```
bootstrap-dropmenu/
└── dist/
├── bootstrap-dropmenu.css
└── bootstrap-dropmenu.min.css
```
## Creator
**Martin Staněk**
-
-
## Copyright and license
Code and documentation copyright 2015 Martin Staněk. Code released under [the MIT license](https://github.com/skywalkapps/bootstrap-dropmenu/blob/master/LICENSE).