mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-07 06:57:02 +08:00
added image swipe
This commit is contained in:
27
example/image-swipe.html
Normal file
27
example/image-swipe.html
Normal file
@ -0,0 +1,27 @@
|
|||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<title>Image Swipe</title>
|
||||||
|
|
||||||
|
<!-- Sets initial viewport load and disables zooming -->
|
||||||
|
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no">
|
||||||
|
<link href="//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css" rel="stylesheet">
|
||||||
|
<link rel="stylesheet" href="../../dist/framework-with-theme.css">
|
||||||
|
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
|
||||||
|
<section>
|
||||||
|
|
||||||
|
<header class="bar bar-header bar-dark">
|
||||||
|
<h1 class="title">Image Swipe</h1>
|
||||||
|
</header>
|
||||||
|
|
||||||
|
<main>
|
||||||
|
|
||||||
|
</main>
|
||||||
|
|
||||||
|
</section>
|
||||||
|
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
@ -30,6 +30,7 @@
|
|||||||
<p><a class="button button-default" href="footers.html">Footers</a></p>
|
<p><a class="button button-default" href="footers.html">Footers</a></p>
|
||||||
<p><a class="button button-default" href="grids.html">Grids</a></p>
|
<p><a class="button button-default" href="grids.html">Grids</a></p>
|
||||||
<p><a class="button button-default" href="headers.html">Headers</a></p>
|
<p><a class="button button-default" href="headers.html">Headers</a></p>
|
||||||
|
<p><a class="button button-default" href="image-swipe.html">Image Swipe</a></p>
|
||||||
<p><a class="button button-default" href="input-slider.html">Input: Slider</a></p>
|
<p><a class="button button-default" href="input-slider.html">Input: Slider</a></p>
|
||||||
<p><a class="button button-default" href="input-text.html">Input: Text</a></p>
|
<p><a class="button button-default" href="input-text.html">Input: Text</a></p>
|
||||||
<p><a class="button button-default" href="input-toggle.html">Input: Toggle</a></p>
|
<p><a class="button button-default" href="input-toggle.html">Input: Toggle</a></p>
|
||||||
|
|||||||
Reference in New Issue
Block a user