We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3ed24b commit 3223b9dCopy full SHA for 3223b9d
components/Products/ProductsFilters.vue
@@ -4,15 +4,15 @@
4
<div class="mb-8">
5
<h3 class="font-semibold mb-4">PRODUKT TYPE</h3>
6
<div class="space-y-2">
7
- <Checkbox id="clothing" label="Clothing" :checked="false" />
8
- <Checkbox id="tshirts" label="Tshirts" :checked="false" />
9
- <Checkbox id="uncategorized" label="Uncategorized" :checked="false" />
+ <CommonCheckbox id="clothing" label="Clothing" :checked="false" />
+ <CommonCheckbox id="tshirts" label="Tshirts" :checked="false" />
+ <CommonCheckbox id="uncategorized" label="Uncategorized" :checked="false" />
10
</div>
11
12
13
14
<h3 class="font-semibold mb-4">PRIS</h3>
15
- <RangeSlider
+ <CommonRangeSlider
16
id="price-range"
17
label="Pris"
18
:min="0"
0 commit comments