You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
sidebar-form/example/index.html

36 lines
900 B

2 years ago
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Tiny Components | Loading</title>
<link rel="icon" href="data:,">
<link href="/css/styles.css" rel="stylesheet" type="text/css">
2 years ago
</head>
<body>
<header class="header">
<div class="bar">
<div class="bar__start">
<h1 class="m-top-4 m-bottom-4 h4">
@tiny-components/sidebar-form
</h1>
</div>
</div>
</header>
<div class="container">
<div class="grid">
<div class="col-12">
<div class="m-top-5">
<example-sidebar-form name="x"></example-sidebar-form>
<example-button name="x"></example-button>
2 years ago
</div>
</div>
</div>
</div>
<script type="text/javascript" src="/js/example.js"></script>
2 years ago
</body>
</html>