BS offCanvas
❮ Previous Next ❯ Bootstrap Off-canvas Off-canvas is a sliding panel that appears from any side of the screen (left, right, top, bottom). It is mainly used for:• Side menus• Notifications• Additional content in a small area Basic Setup <!DOCTYPE html><html lang=”en”><head><meta charset=”UTF-8″><title>Bootstrap Offcanvas Example</title><link href=”https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css” rel=”stylesheet”></head><body> <!– OFFCANVAS EXAMPLES WILL GO HERE –> <script src=”https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js”></script></body></html> […]