mirror of
https://github.com/DavidHDev/vue-bits.git
synced 2026-03-07 06:29:30 -07:00
Merge pull request #123 from Gazoon007/fix/unregistered-component
fix(Categories): unregistered 'Image Trail' and 'Meta Balls' animation
This commit is contained in:
@@ -49,10 +49,12 @@ export const CATEGORIES = [
|
|||||||
'Ghost Cursor',
|
'Ghost Cursor',
|
||||||
'Glare Hover',
|
'Glare Hover',
|
||||||
'Gradual Blur',
|
'Gradual Blur',
|
||||||
|
'Image Trail',
|
||||||
'Laser Flow',
|
'Laser Flow',
|
||||||
'Logo Loop',
|
'Logo Loop',
|
||||||
'Magnet',
|
'Magnet',
|
||||||
'Magnet Lines',
|
'Magnet Lines',
|
||||||
|
'Meta Balls',
|
||||||
'Metallic Paint',
|
'Metallic Paint',
|
||||||
'Noise',
|
'Noise',
|
||||||
'Pixel Transition',
|
'Pixel Transition',
|
||||||
|
|||||||
@@ -33,8 +33,8 @@
|
|||||||
<span class="ml-1 text-gray-400">{{ blobType }}</span>
|
<span class="ml-1 text-gray-400">{{ blobType }}</span>
|
||||||
</button>
|
</button>
|
||||||
|
|
||||||
<PreviewColor title="Fill Color" v-model="fillColor" />
|
<PreviewColor title="Fill Color" v-model="fillColor" class="mb-4" />
|
||||||
<PreviewColor title="Inner Color" v-model="innerColor" />
|
<PreviewColor title="Inner Color" v-model="innerColor" class="mb-4" />
|
||||||
<PreviewColor title="Shadow Color" v-model="shadowColor" />
|
<PreviewColor title="Shadow Color" v-model="shadowColor" />
|
||||||
|
|
||||||
<PreviewSlider
|
<PreviewSlider
|
||||||
|
|||||||
Reference in New Issue
Block a user