chore: refactored example snippets

This commit is contained in:
KiranMantha 2021-12-31 12:57:08 +05:30
parent aaa4aebb2f
commit 1a392ec408
2 changed files with 5 additions and 9 deletions

View file

@ -68,8 +68,7 @@
<footer class="code">
<pre>
<code>
<em>For Single-select</em>
<em>===============================</em>
<em>&lt;!-- For Single-select --&gt;</em>
&lt;<b>details role="list"</b>&gt;
&lt;<b>summary aria-haspopup="listbox"</b>&gt;Single select&lt;<b>/summary</b>&gt;
&lt;<b>ul role="listbox"</b>&gt;
@ -85,8 +84,7 @@
&lt;<b>/details</b>&gt;
<em>For Multi-select</em>
<em>===============================</em>
<em>&lt;!-- For Multi-select --&gt;</em>
&lt;<b>details role="list"</b>&gt;
&lt;<b>summary aria-haspopup="listbox"</b>&gt;Multi select&lt;<b>/summary</b>&gt;
&lt;<b>ul role="listbox"</b>&gt;