[SOLVED] Tiles. Group is not work.
Posted: Mon Oct 01, 2018 9:19 pm
Try make group of tiles as described in guid. But it is not work. Maybe there missed somethings in guid?
All about Metro 4 and Metro UI Style
http://forum.metroui.org.ua/
Code: Select all
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<!-- Metro 4 -->
<link rel="stylesheet" href="./css/metro-all.min.css">
</head>
<body class="bg-dark fg-white h-vh-100">
<div class="tiles-grid tiles-group size-2" data-group-title="General">
<a href="easy-table.html" data-role="tile">
<span class="branding-bar">Branding bar</span>
</a>
<div data-role="tile">
<span class="branding-bar">Branding bar 1</span>
</div>
</div>
<!-- jQuery first, then Metro UI JS -->
<script src="https://code.jquery.com/jquery-3.3.1.min.js"></script>
<script src="./js/metro.min.js"></script>
</body>
</html>