Skip to content

Commit

Permalink
<search> example
Browse files Browse the repository at this point in the history
  • Loading branch information
sinsukehlab committed Dec 27, 2024
1 parent 56c7e8e commit 319dffb
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions NOTE.md
Original file line number Diff line number Diff line change
Expand Up @@ -4340,3 +4340,21 @@ You are on my home page. Here you can see a <a href="#">contacts page</a>.
## `<search>`

<search>search</search>

<search>
<label>
Search
<input type="search" id="query" />
</label>
<label>
<input type="checkbox" id="exact-only" />
Exact matches only
</label>
<section>
<h4>Results:</h4>
<ul id="results">
</ul>
<output id="no-results">
</output>
</section>
</search>

0 comments on commit 319dffb

Please sign in to comment.