mirror of
https://github.com/DavidHDev/vue-bits.git
synced 2026-03-07 14:39:30 -07:00
Merge pull request #36 from Utkarsh-Singhal-26/fix/animation
[ FIX ] : Rearrange <ShapeBlur /> from Backgrounds to Animations
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import code from '@content/Backgrounds/ShapeBlur/ShapeBlur.vue?raw';
|
||||
import code from '@/content/Animations/ShapeBlur/ShapeBlur.vue?raw';
|
||||
import type { CodeObject } from '../../../types/code';
|
||||
|
||||
export const shapeBlur: CodeObject = {
|
||||
cli: `npx jsrepo add https://vue-bits.dev/ui/Backgrounds/ShapeBlur`,
|
||||
cli: `npx jsrepo add https://vue-bits.dev/ui/Animations/ShapeBlur`,
|
||||
installation: `npm install three @types/three`,
|
||||
usage: `<template>
|
||||
<ShapeBlur
|
||||
Reference in New Issue
Block a user