Get started with bootstrap-contextmenu CDN

MIT licensed

Bootstrap-contextmenu is a plugin that adds customizable context menus to Bootstrap components.

Tags:
  • bootstrap

Stable version

Copied!

How to start using bootstrap-contextmenu CDN


<!DOCTYPE html>
<html>
<head>
    <title>Get started with bootstrap-contextmenu CDN - cdnhub.io</title>
    <!-- Bootstrap CSS -->
    <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css" rel="stylesheet">
    <!-- Bootstrap Context Menu CSS -->
    <link rel="stylesheet" href="https://cdn.cdnhub.io/bootstrap-contextmenu/0.3.4/bootstrap-contextmenu.min.css">
</head>
<body>
    <!-- Your content goes here -->
    <!-- Bootstrap Context Menu JS -->
    <script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.11.6/dist/umd/popper.min.js"></script>
    <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/js/bootstrap.min.js"></script>
    <script src="https://cdn.cdnhub.io/bootstrap-contextmenu/0.3.4/bootstrap-contextmenu.min.js"></script>
</body>
</html>
Copied!
Copied!

All versions