Skip to content

Commit fda3749

Browse files
committed
Add basic example
1 parent 68eb389 commit fda3749

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

examples/index.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@
55
<title>filterable-input demo</title>
66
</head>
77
<body>
8-
<filterable-input></filterable-input>
8+
<filterable-input aria-owns="results" src="/examples/results.html">
9+
<input type="text">
10+
</filterable-input>
11+
<div id="results"></div>
912

1013
<!-- GitHub Pages development script, uncomment when running example locally and comment out the production one -->
1114
<!-- <script src="../dist/index.umd.js"></script> -->

examples/results.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<ol>
2+
<li>item</li>
3+
<li>item</li>
4+
<li>item</li>
5+
<li>item</li>
6+
</ol>

0 commit comments

Comments
 (0)