Bootstrap 5 context menu library.
To work this library needs :
- @popperjs/core 2.x
- bootstrap 5.x
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
},
});The MIT License (MIT). Please see the License File for more information.