mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 03:32:21 +08:00
test(menu-button): update to latest script, add toolbars
This commit is contained in:
@ -7,7 +7,7 @@
|
|||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
|
||||||
<script src="/dist/ionic.js"></script>
|
<script src="/dist/ionic.js"></script>
|
||||||
<link rel="stylesheet" type="text/css" href="/css/core.css">
|
<link rel="stylesheet" type="text/css" href="/css/core.css">
|
||||||
<link rel="stylesheet" type="text/css" href="/scripts/screenshot/testing.css">
|
<script src="/scripts/screenshot/testing.js"></script>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
@ -29,6 +29,27 @@
|
|||||||
<ion-menu-button auto-hide="false" color="medium"></ion-menu-button>
|
<ion-menu-button auto-hide="false" color="medium"></ion-menu-button>
|
||||||
<ion-menu-button auto-hide="false" color="dark"></ion-menu-button>
|
<ion-menu-button auto-hide="false" color="dark"></ion-menu-button>
|
||||||
|
|
||||||
|
<ion-toolbar>
|
||||||
|
<ion-buttons slot="start">
|
||||||
|
<ion-menu-button auto-hide="false"></ion-menu-button>
|
||||||
|
</ion-buttons>
|
||||||
|
<ion-title>Default</ion-title>
|
||||||
|
</ion-toolbar>
|
||||||
|
|
||||||
|
<ion-toolbar color="primary">
|
||||||
|
<ion-buttons slot="start">
|
||||||
|
<ion-menu-button auto-hide="false"></ion-menu-button>
|
||||||
|
</ion-buttons>
|
||||||
|
<ion-title>Primary</ion-title>
|
||||||
|
</ion-toolbar>
|
||||||
|
|
||||||
|
<ion-toolbar color="light">
|
||||||
|
<ion-buttons slot="start">
|
||||||
|
<ion-menu-button auto-hide="false"></ion-menu-button>
|
||||||
|
</ion-buttons>
|
||||||
|
<ion-title>Light</ion-title>
|
||||||
|
</ion-toolbar>
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
ion-menu-button {
|
ion-menu-button {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
Reference in New Issue
Block a user