Ionic and Material

Size
2,330 Kb
Views
20,240

How do I make an ionic and material?

Forked from Mike Hartington's Pen Blank Starter - Nightly.. What is a ionic and material? How do you make a ionic and material? This script and codes were developed by Mike Hartington on 21 September 2022, Wednesday.

Ionic and Material Previews

Ionic and Material - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Ionic and Material</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <html ng-app="ionicApp"> <head> <meta charset="utf-8"> <meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no, width=device-width"> <title>Ionic Template</title> <link href="//code.ionicframework.com/nightly/css/ionic.css" rel="stylesheet"> <link rel="stylesheet" href="//ajax.googleapis.com/ajax/libs/angular_material/0.6.1/angular-material.min.css"> <script src="//code.ionicframework.com/nightly/js/ionic.bundle.js"></script> <script src="//cdn.jsdelivr.net/hammerjs/2.0.4/hammer.js"></script> <script src="//ajax.googleapis.com/ajax/libs/angularjs/1.3.6/angular-aria.min.js"></script> <!-- Angular Material Javascript now available via Google CDN; version 0.6 used here --> <script src="//ajax.googleapis.com/ajax/libs/angular_material/0.6.1/angular-material.min.js"></script> </head> <body ng-controller="MyCtrl"> <ion-header-bar > </ion-header-bar> <ion-content> <button class="button button-block button-positive"> Name </button> <md-button class="md-raised md-primary"> <i class="icon ion-ionic"></i> Primary</md-button> </ion-content> </body>
</html> <script src="js/index.js"></script>
</body>
</html>

Ionic and Material - Script Codes CSS Codes

body { cursor: url("https://ionicframework.com/img/finger.png"), auto;
}

Ionic and Material - Script Codes JS Codes

angular.module('ionicApp', ['ionic', 'ngMaterial'])
.controller('MyCtrl', function($scope) {
});
Ionic and Material - Script Codes
Ionic and Material - Script Codes
Home Page Home
Developer Mike Hartington
Username mhartington
Uploaded September 21, 2022
Rating 3
Size 2,330 Kb
Views 20,240
Do you need developer help for Ionic and Material?

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!

Mike Hartington (mhartington) Script Codes
Create amazing marketing copy 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!