+ Set the responsive behaviour of the Offcanvas with the Responsive parameter. The default value is OffcanvasResponsive.Always.
+ Responsive offcanvas hide content outside the viewport from a specified breakpoint and down. Above that breakpoint, the contents within will behave as usual. For example, OffcanvasResponsive.LargeDown hides content in an offcanvas below the lg breakpoint, but shows the content above the lg breakpoint. Responsive offcanvas are available for each breakpoint.
+
+ Both body and footer will be shown above the responsive breakpoint by default. Optionally use the FooterCssClass parameter to control visibility of the footer.
+
+
@code {
private const string pageUrl = DemoRouteConstants.Demos_URL_Offcanvas;
private const string pageTitle = "Blazor Offcanvas";
diff --git a/BlazorBootstrap.Demo.RCL/Components/Pages/Demos/Offcanvas/Offcanvas_Demo_07_Responsive.razor b/BlazorBootstrap.Demo.RCL/Components/Pages/Demos/Offcanvas/Offcanvas_Demo_07_Responsive.razor
new file mode 100644
index 000000000..05d9c5518
--- /dev/null
+++ b/BlazorBootstrap.Demo.RCL/Components/Pages/Demos/Offcanvas/Offcanvas_Demo_07_Responsive.razor
@@ -0,0 +1,20 @@
+