Skip to content

Commit

Permalink
chore: add dev page for vaadin-input-container (#5270)
Browse files Browse the repository at this point in the history
  • Loading branch information
web-padawan authored Jan 9, 2023
1 parent ba89fda commit ab803bd
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions dev/input-container.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<!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>Input container</title>
<script type="module" src="./common.js"></script>

<script type="module">
import '@vaadin/input-container';
</script>
</head>

<body>
<div style="width: fit-content">
<vaadin-input-container>
<input />
</vaadin-input-container>
</div>
</body>
</html>

0 comments on commit ab803bd

Please sign in to comment.