@lesjoursfr/bootstrap-context-menu
v1.0.1
Published
Contextual Menu for Bootstrap.
Readme
@lesjoursfr/bootstrap-context-menu
Bootstrap 5 context menu library.
Requirements
To work this library needs :
- @popperjs/core 2.x
- bootstrap 5.x
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.
