mirror of
https://github.com/DavidHDev/vue-bits.git
synced 2026-03-07 14:39:30 -07:00
fix: update color values to #27FF64 in various components and demos
This commit is contained in:
@@ -5,7 +5,7 @@ export const ribbons = createCodeObject(code, 'Animations/Ribbons', {
|
||||
installation: `npm install ogl`,
|
||||
usage: `<template>
|
||||
<Ribbons
|
||||
:colors="['#ff9346', '#7cff67', '#ffee51', '#5227FF']"
|
||||
:colors="['#ff9346', '#7cff67', '#ffee51', '#27FF64']"
|
||||
:base-spring="0.03"
|
||||
:base-friction="0.9"
|
||||
:base-thickness="30"
|
||||
|
||||
@@ -3,7 +3,7 @@ import { createCodeObject } from '../../../types/code';
|
||||
|
||||
export const folder = createCodeObject(code, 'Components/Folder', {
|
||||
usage: `<template>
|
||||
<Folder :items="items" :size="2" color="#5227FF" class="my-folder-class" />
|
||||
<Folder :items="items" :size="2" color="#27FF64" class="my-folder-class" />
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
|
||||
Reference in New Issue
Block a user