Skip to content

lesjoursfr/bootstrap-context-menu

Repository files navigation

npm version QC Checks

@lesjoursfr/bootstrap-context-menu

Bootstrap 5 context menu library.

Requirements

To work this library needs :

How to use

import { BootstrapContextMenu } from "@lesjoursfr/bootstrap-context-menu";

/* Initialize the BootstrapContextMenu */
new BootstrapContextMenu({
	selector: "#bootstrap-context-menu",
	items: {
		// Define your menu items here
	},
	callback: (key, opener) => {
		// Handle menu item click
	},
});

License

The MIT License (MIT). Please see the License File for more information.

About

Contextual Menu for Bootstrap

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors