Skip to content

Commit

Permalink
chore: add dev page for standalone avatar (#8434)
Browse files Browse the repository at this point in the history
  • Loading branch information
web-padawan authored Jan 3, 2025
1 parent e77c513 commit b596d1e
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions dev/avatar.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Avatar</title>
<script type="module" src="./common.js"></script>

<script type="module">
import '@vaadin/avatar';
import '@vaadin/tooltip';
</script>
</head>

<body>
<vaadin-avatar abbr="AB"></vaadin-avatar>
<vaadin-avatar name="Aria Bailey"></vaadin-avatar>
<vaadin-avatar name="Aria Bailey" with-tooltip></vaadin-avatar>
</body>
</html>

0 comments on commit b596d1e

Please sign in to comment.