mirror of
https://github.com/DavidHDev/vue-bits.git
synced 2026-03-07 14:39:30 -07:00
Fix grid color prop syntax in rippleGrid usage example
This commit is contained in:
@@ -7,13 +7,13 @@ export const rippleGrid = createCodeObject(code, 'Backgrounds/RippleGrid', {
|
|||||||
<div class="relative overflow-hidden h-[600px]">
|
<div class="relative overflow-hidden h-[600px]">
|
||||||
<RippleGrid
|
<RippleGrid
|
||||||
:enable-rainbow="false"
|
:enable-rainbow="false"
|
||||||
:grid-color="#ffffff"
|
|
||||||
:ripple-intensity="0.05"
|
:ripple-intensity="0.05"
|
||||||
:grid-size="10"
|
:grid-size="10"
|
||||||
:grid-thickness="15"
|
:grid-thickness="15"
|
||||||
:mouse-interaction="true"
|
:mouse-interaction="true"
|
||||||
:mouse-interaction-radius="1.2"
|
:mouse-interaction-radius="1.2"
|
||||||
:opacity="0.8"
|
:opacity="0.8"
|
||||||
|
grid-color="#ffffff"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
Reference in New Issue
Block a user