Offcanvas with Icon Bar

Developer
Size
2,171 Kb
Views
12,144

How do I make an offcanvas with icon bar?

A demo on using Offcanvas with the Icon Bar. The solution for the issue posed here: http://foundation.zurb.com/forum/posts/16678-grid-inside-tab-bar-section. What is a offcanvas with icon bar? How do you make a offcanvas with icon bar? This script and codes were developed by Wing-Hou Chan on 06 December 2022, Tuesday.

Offcanvas with Icon Bar Previews

Offcanvas with Icon Bar - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Offcanvas with Icon Bar</title> <script src="https://s.codepen.io/assets/libs/modernizr.js" type="text/javascript"></script> <link rel='stylesheet prefetch' href='https://cdn.foundation5.zurb.com/foundation.css'> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div class="off-canvas-wrap" data-offcanvas> <div class="inner-wrap"> <aside class="left-off-canvas-menu"> <ul class="off-canvas-list"> <li><a href="#">Home</a></li> <li><a href="#">Home</a></li> <li><a href="#">Yes I know I'm lazy when it comes to dummy menu items</a></li> </ul> </aside> <div class="icon-bar five-up"> <a class="item left-off-canvas-toggle"> <img src="https://foundation.zurb.com/assets/img/icons/footer-foundation-retina.png"> <label>Off Canvas Menu</label> </a> <a class="item"> <img src="https://foundation.zurb.com/assets/img/icons/footer-foundation-retina.png"> <label>A random icon button</label> </a> <a class="item"> <img src="https://foundation.zurb.com/assets/img/icons/footer-foundation-retina.png"> <label>And another one</label> </a> <a class="item"> <img src="https://foundation.zurb.com/assets/img/icons/footer-foundation-retina.png"> <label>Three</label> </a> <a class="item"> <img src="https://foundation.zurb.com/assets/img/icons/footer-foundation-retina.png"> <label>Don't click me</label> </a> </div> <div class="row"> <h1>Example of Off Canvas Navigation with Icon Bar Navigation</h1> <h3>This is an example of off canvas navigation and icon bar navigation from <a href="https://foundation.zurb.com/">Foundation by ZURB</a> fused together.</h3> <h4>Take a look at the code to get an idea on how to use it.</h4> </div> <a class="exit-off-canvas"></a> </div>
</div> <script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
<script src='https://cdn.foundation5.zurb.com/foundation.js'></script> <script src="js/index.js"></script>
</body>
</html>

Offcanvas with Icon Bar - Script Codes CSS Codes

h1, h3, h4 { font-family: 'Open Sans';
}

Offcanvas with Icon Bar - Script Codes JS Codes

$(document).foundation();
Offcanvas with Icon Bar - Script Codes
Offcanvas with Icon Bar - Script Codes
Home Page Home
Developer Wing-Hou Chan
Username winghouchan
Uploaded December 06, 2022
Rating 3
Size 2,171 Kb
Views 12,144
Do you need developer help for Offcanvas with Icon Bar?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

Wing-Hou Chan (winghouchan) Script Codes
Create amazing blog posts with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!