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 4f9a0ba commit 441fbafCopy full SHA for 441fbaf
components/Products/ProductFilters.vue
@@ -36,12 +36,7 @@
36
<div class="mb-8">
37
<h3 class="font-semibold mb-4">FARGE</h3>
38
<div class="grid grid-cols-3 gap-2">
39
- <CommonButton
40
- :disabled="true"
41
- variant="color"
42
- class="bg-blue-500"
43
- title="Blue"
44
- />
+ <ColorSwatch color="#3b82f6" title="Blue" />
45
</div>
46
47
@@ -56,4 +51,5 @@
56
51
import Checkbox from '~/components/common/Checkbox.vue'
57
52
import RangeSlider from '~/components/common/RangeSlider.vue'
58
53
import CommonButton from '~/components/common/CommonButton.vue'
54
+import ColorSwatch from '~/components/common/ColorSwatch.vue'
59
55
</script>
0 commit comments