Ion-drawer-vertical: Headers and Footers

Developer
Size
2,176 Kb
Views
52,624

How do I make an ion-drawer-vertical: headers and footers?

Https://www.bram.us/2015/09/22/ion-drawer-vertical-a-vertical-slide-out-panel-for-ionic/. What is a ion-drawer-vertical: headers and footers? How do you make a ion-drawer-vertical: headers and footers? This script and codes were developed by Bramus on 23 July 2022, Saturday.

Ion-drawer-vertical: Headers and Footers Previews

Ion-drawer-vertical: Headers and Footers - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>ion-drawer-vertical: Headers and Footers</title> <link rel='stylesheet prefetch' href='https://code.ionicframework.com/1.1.0/css/ionic.css'>
<link rel='stylesheet prefetch' href='https://rawgit.com/bramus/ion-drawer-vertical/1.3.0/src/ionic.contrib.drawer.vertical.css'> <link rel="stylesheet" href="css/style.css">
</head>
<body> <body ng-app="app" ng-controller="demo">	<ion-header-bar class="bar-positive">	<h1 class="title">ion-drawer-vertical 1.3.0</h1>	</ion-header-bar>	<ion-drawer-vertical-wrapper direction="down" state="open" class="has-header">	<ion-drawer-vertical-content>	<img src="https://www.bram.us/wordpress/wp-content/uploads/2015/09/horizontal-giraffe.jpg" alt="Horizontal Giraffe" title="Horizontal Giraffe" />	</ion-drawer-vertical-content>	<ion-drawer-vertical-handle />	</ion-drawer-vertical-wrapper>	<ion-content scroll="true">	<ion-list can-swipe="true">	<ion-item ng-repeat="item in items">	I am {{ item }}	<ion-option-button class="button-positive">Foo</ion-option-button>	<ion-option-button class="button-info">Bar</ion-option-button>	</ion-item>	</ion-list>	</ion-content>
</body> <script src='https://code.ionicframework.com/1.1.0/js/ionic.bundle.js'></script>
<script src='https://rawgit.com/bramus/ion-drawer-vertical/1.3.0/src/ionic.contrib.drawer.vertical.js'></script> <script src="js/index.js"></script>
</body>
</html>

Ion-drawer-vertical: Headers and Footers - Script Codes CSS Codes

img {	display: block;	margin: 0 auto;
}

Ion-drawer-vertical: Headers and Footers - Script Codes JS Codes

(function() {	'use strict';	angular.module('app', ['ionic', 'ionic.contrib.drawer.vertical' ])	.controller('demo', function($scope) {	// Create a list of 50 items	$scope.items = [];	for (var i = 0; i < 50; i++) {	$scope.items.push(i+1);	}	});
})();
Ion-drawer-vertical: Headers and Footers - Script Codes
Ion-drawer-vertical: Headers and Footers - Script Codes
Home Page Home
Developer Bramus
Username bramus
Uploaded July 23, 2022
Rating 3
Size 2,176 Kb
Views 52,624
Do you need developer help for Ion-drawer-vertical: Headers and Footers?

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!

Bramus (bramus) 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!