Get started with bootstrap-offcanvas CDN
MIT licensed
Bootstrap-offcanvas: plugin extends Bootstrap, enables off-canvas components toggle.
Tags:- bootstrap
- bootstrap5
- responsive
- ecommerce
- responsive-design
- offcanvas
- bootstrap5-template
- bootstrap-dashboard
- bootstrap-offcanvas
- bootstrap-offcanvas-menu
Stable version
Copied!
How to start using bootstrap-offcanvas CDN
<!DOCTYPE html>
<html>
<head>
<!-- Required meta tags -->
<!-- Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet">
<!-- Bootstrap Offcanvas CSS -->
<link rel="stylesheet" href="https://cdn.cdnhub.io/bootstrap-offcanvas/1.0.0/bootstrap-offcanvas.min.css">
<title>Get started with bootstrap-offcanvas CDN - cdnhub.io</title>
</head>
<body>
<!-- Your content goes here -->
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.6.0.slim.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js"></script>
<!-- Bootstrap Offcanvas JS -->
<script src="https://cdn.cdnhub.io/bootstrap-offcanvas/1.0.0/bootstrap-offcanvas.min.js"></script>
<script>
// Your custom JavaScript goes here
</script>
</body>
</html>
Copied!
Copied!
Copied!
Copied!