File tree Expand file tree Collapse file tree 1 file changed +14
-7
lines changed Expand file tree Collapse file tree 1 file changed +14
-7
lines changed Original file line number Diff line number Diff line change 27
27
<div class =" mb-8" >
28
28
<h3 class =" font-semibold mb-4" >STØRRELSE</h3 >
29
29
<div class =" grid grid-cols-3 gap-2" >
30
- <Button :selected =" true" variant =" filter" :disabled =" true"
31
- > Large</ Button
32
- >
30
+ <CommonButton :selected =" true" variant =" filter" :disabled =" true" >
31
+ Large
32
+ </ CommonButton >
33
33
</div >
34
34
</div >
35
35
36
36
<div class =" mb-8" >
37
37
<h3 class =" font-semibold mb-4" >FARGE</h3 >
38
38
<div class =" grid grid-cols-3 gap-2" >
39
- <Button
39
+ <CommonButton
40
40
:disabled =" true"
41
- class =" w-8 h-8 rounded-full bg-blue-500 p-0 border-0 shadow-none"
41
+ variant =" color"
42
+ class =" bg-blue-500"
42
43
title =" Blue"
43
44
/>
44
45
</div >
45
46
</div >
46
47
47
- <Button variant =" reset" class =" mt-4 w-full" :disabled =" true" >
48
+ <CommonButton variant =" reset" class =" mt-4 w-full" :disabled =" true" >
48
49
Resett filter
49
- </Button >
50
+ </CommonButton >
50
51
</div >
51
52
</div >
52
53
</template >
54
+
55
+ <script setup>
56
+ import Checkbox from ' ~/components/common/Checkbox.vue'
57
+ import RangeSlider from ' ~/components/common/RangeSlider.vue'
58
+ import CommonButton from ' ~/components/common/CommonButton.vue'
59
+ </script >
You can’t perform that action at this time.
0 commit comments