metro4
Version:
The front-end framework for Build responsive, mobile-first projects on the web with the first front-end component library in Metro Style
29 lines (23 loc) • 1.17 kB
HTML
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<link href="../metro/css/metro-all.css?ver=@@b-version" rel="stylesheet">
<title>Test Hint - Metro 4 :: Popular HTML, CSS and JS library</title>
</head>
<body class="m4-cloak">
<div class="container">
<h1>Hint test page</h1>
<div class="example d-flex flex-justify-between">
<button class="button primary" data-hint-deferred="1000" data-role="hint" data-hint-position="right" data-hint-text="This is a hinted button">Right</button>
<button class="button secondary" data-role="hint" data-hint-position="top" data-hint-text="This is a hinted button">Top</button>
<button class="button info" data-role="hint" data-hint-position="bottom" data-hint-text="This is a hinted button">Bottom</button>
<button class="button success" data-role="hint" data-hint-position="left" data-hint-text="This is a hinted button">Left</button>
</div>
</div>
<script src="../metro/js/metro.js?ver=@@b-version"></script>
<script>
</script>
</body>
</html>