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',
|
||||
'Glare Hover',
|
||||
'Gradual Blur',
|
||||
'Image Trail',
|
||||
'Laser Flow',
|
||||
'Logo Loop',
|
||||
'Magnet',
|
||||
'Magnet Lines',
|
||||
'Meta Balls',
|
||||
'Metallic Paint',
|
||||
'Noise',
|
||||
'Pixel Transition',
|
||||
|
||||
@@ -33,8 +33,8 @@
|
||||
<span class="ml-1 text-gray-400">{{ blobType }}</span>
|
||||
</button>
|
||||
|
||||
<PreviewColor title="Fill Color" v-model="fillColor" />
|
||||
<PreviewColor title="Inner Color" v-model="innerColor" />
|
||||
<PreviewColor title="Fill Color" v-model="fillColor" class="mb-4" />
|
||||
<PreviewColor title="Inner Color" v-model="innerColor" class="mb-4" />
|
||||
<PreviewColor title="Shadow Color" v-model="shadowColor" />
|
||||
|
||||
<PreviewSlider
|
||||
|
||||
Reference in New Issue
Block a user