[SOLVED] Tiles. Group is not work.
[SOLVED] Tiles. Group is not work.
Try make group of tiles as described in guid. But it is not work. Maybe there missed somethings in guid?
It is code of my test page
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>
I'm not sure if I correct understand you.
Did I need to do some thing like?
https://codepen.io/PaSol/pen/oajgqy
Did I need to do some thing like?
https://codepen.io/PaSol/pen/oajgqy
It work. Great. Thanks!