<!-- Offcanvas position: Left --><!-- Toogle button --><buttonclass="btn btn-outline-secondary"type="button"data-bs-toggle="offcanvas"data-bs-target="#offcanvasLeft">Toggle left offcanvas</button><!-- Offcanvas --><divclass="offcanvas offcanvas-start"id="offcanvasLeft"tabindex="-1"><divclass="offcanvas-header border-bottom"><h5class="offcanvas-title">Left offcanvas</h5><buttonclass="btn-close"type="button"data-bs-dismiss="offcanvas"aria-label="Close"></button></div><divclass="offcanvas-body"><p>Content for the offcanvas goes here. You can place just about any Bootstrap component or custom elements here.</p></div></div><!-- Offcanvas position: Right --><!-- Toogle button --><buttonclass="btn btn-outline-secondary"type="button"data-bs-toggle="offcanvas"data-bs-target="#offcanvasRight">Toggle right offcanvas</button><!-- Offcanvas --><divclass="offcanvas offcanvas-end"id="offcanvasRight"tabindex="-1"><divclass="offcanvas-header border-bottom"><h5class="offcanvas-title">Right offcanvas</h5><buttonclass="btn-close"type="button"data-bs-dismiss="offcanvas"aria-label="Close"></button></div><divclass="offcanvas-body"><p>Content for the offcanvas goes here. You can place just about any Bootstrap component or custom elements here.</p></div></div><!-- Offcanvas position: Top --><!-- Toogle button --><buttonclass="btn btn-outline-secondary"type="button"data-bs-toggle="offcanvas"data-bs-target="#offcanvasTop">Toggle top offcanvas</button><!-- Offcanvas --><divclass="offcanvas offcanvas-top"id="offcanvasTop"tabindex="-1"><divclass="offcanvas-header border-bottom"><h5class="offcanvas-title">Top offcanvas</h5><buttonclass="btn-close"type="button"data-bs-dismiss="offcanvas"aria-label="Close"></button></div><divclass="offcanvas-body"><p>Content for the offcanvas goes here. You can place just about any Bootstrap component or custom elements here.</p></div></div><!-- Offcanvas position: Bottom --><!-- Toogle button --><buttonclass="btn btn-outline-secondary"type="button"data-bs-toggle="offcanvas"data-bs-target="#offcanvasBottom">Toggle bottom offcanvas</button><!-- Offcanvas --><divclass="offcanvas offcanvas-bottom"id="offcanvasBottom"tabindex="-1"><divclass="offcanvas-header border-bottom"><h5class="offcanvas-title">Bottom offcanvas</h5><buttonclass="btn-close"type="button"data-bs-dismiss="offcanvas"aria-label="Close"></button></div><divclass="offcanvas-body"><p>Content for the offcanvas goes here. You can place just about any Bootstrap component or custom elements here.</p></div></div>