fix: typos in Meta Balls & Rotating Text

This commit is contained in:
Utkarsh-Singhal-26
2025-07-17 16:52:45 +05:30
parent 47ef949cd2
commit 40ca6a0122
2 changed files with 10 additions and 10 deletions

View File

@@ -6,16 +6,16 @@ export const metaBalls: CodeObject = {
installation: `npm i ogl`,
usage: `<template>
<MetaBalls
color="color"
cursorBallColor="cursorBallColor"
:cursorBallSize="cursorBallSize"
:ballCount="ballCount"
:animationSize="animationSize"
:enableMouseInteraction="enableMouseInteraction"
color="#27ff64"
cursorBallColor="#27ff64"
:cursorBallSize="2"
:ballCount="15"
:animationSize="30"
:enableMouseInteraction="true"
:enableTransparency="true"
:hoverSmoothness="hoverSmoothness"
:clumpFactor="clumpFactor"
:speed="speed"
:hoverSmoothness="0.05"
:clumpFactor="1"
:speed="0.3"
/>
</template>