This commit is contained in:
2021-08-09 15:44:07 +09:00
parent aba4aa4660
commit 4ae34e03dd
8 changed files with 101 additions and 88 deletions

View File

@@ -14,7 +14,16 @@
<h1>Hello, world!</h1>
<p>Hello</p>
<button type="button" class="btn btn-primary">버튼</button>
<button
type="button"
class="btn btn-primary"
data-bs-toggle="tooltip"
data-bs-placement="top"
title="Tooltip on top"
>
버튼
</button>
<script src="../dist/main.js"></script>
</body>
</html>