better labeling
This commit is contained in:
@@ -193,6 +193,7 @@
|
|||||||
<button type="submit" class="btn btn-primary mt-4">Filter</button>
|
<button type="submit" class="btn btn-primary mt-4">Filter</button>
|
||||||
<div class="divider"></div>
|
<div class="divider"></div>
|
||||||
<h3 class="text-center font-semibold text-lg mb-4">Sort</h3>
|
<h3 class="text-center font-semibold text-lg mb-4">Sort</h3>
|
||||||
|
<label for="name-asc">Name ASC</label>
|
||||||
<input
|
<input
|
||||||
type="radio"
|
type="radio"
|
||||||
name="name"
|
name="name"
|
||||||
@@ -201,6 +202,7 @@
|
|||||||
checked
|
checked
|
||||||
on:click={() => sort({ attribute: 'name', order: 'asc' })}
|
on:click={() => sort({ attribute: 'name', order: 'asc' })}
|
||||||
/>
|
/>
|
||||||
|
<label for="name-desc">Name DESC</label>
|
||||||
<input
|
<input
|
||||||
type="radio"
|
type="radio"
|
||||||
name="name"
|
name="name"
|
||||||
|
|||||||
Reference in New Issue
Block a user