Commit Graph

179 Commits

Author SHA1 Message Date
David Haz
992d451064 fix ChromaGrid errors 2025-07-18 11:33:13 +03:00
David
63d194ddd9 Merge pull request #29 from sanjanamilind14/feat/chroma-grid
[ADDED: Chroma Grid]
2025-07-18 11:28:24 +03:00
wencaizhang
9dddf4a150 refactor(vue): remove unnecessary defineProps import
The `defineProps` macro is automatically available in `<script setup>` and no longer needs to be imported. This commit removes the redundant import statements to align with modern Vue best practices and resolve compiler warnings.
2025-07-18 15:14:54 +08:00
David Haz
f6c5f2ceda Color updates - remove purple colors 2025-07-17 17:12:23 +03:00
David
df17f078ab Merge branch 'main' into feat/liquid-chrome 2025-07-17 09:48:07 +03:00
Utkarsh-Singhal-26
718c8db990 Merge branch 'main' of github.com:Utkarsh-Singhal-26/vue-bits into feat/liquid-chrome 2025-07-17 09:41:01 +05:30
Utkarsh-Singhal-26
fd2dc60700 Merge branch 'main' of github.com:Utkarsh-Singhal-26/vue-bits into feat/grid-distortion 2025-07-17 09:38:22 +05:30
jhanma17
16f5fa388d chore: remove unused computed prop 2025-07-16 22:49:25 -05:00
jhanma17
3f158a1026 chore: remove comments on folder 2025-07-16 22:47:48 -05:00
jhanma17
35cfd2ae4e feat: Add folder component 2025-07-16 22:40:22 -05:00
sanjanamilind14
634cb5f1a1 [ADDED: Chroma Grid] 2025-07-16 20:23:35 +05:30
Utkarsh-Singhal-26
65c52eeb47 Added <LiquidChrome /> background 2025-07-16 18:59:14 +05:30
snepsnepy
48d08b9e24 Merge branch 'main' into feat/defineModel-support 2025-07-16 16:23:57 +03:00
Utkarsh-Singhal-26
d48f0f7967 Added <GridDistortion /> background 2025-07-16 18:30:37 +05:30
Utkarsh-Singhal-26
53259ffe13 Added <Ballpit /> background 2025-07-16 11:52:27 +05:30
Utkarsh-Singhal-26
16a8664a00 Added <Orb /> background 2025-07-15 18:43:14 +05:30
snepsnepy
dbe11acf9b Added defineModel support for PreviewColor component. Updated watch in TrueFocus component. 2025-07-15 14:46:30 +03:00
msavulescu
1727c6f734 Style code refactoring. 2025-07-14 23:44:41 +03:00
msavulescu
6705330900 Migrated Balatro background component. 2025-07-14 21:54:26 +03:00
David Haz
07ce88d997 Simplify demo components 2025-07-14 21:09:53 +03:00
David
0d547bd3f9 Merge pull request #14 from Whbbit1999/stack-component
feat: Stack component
2025-07-14 20:27:29 +03:00
Utkarsh Singhal
6a47e9cbce Merge branch 'main' into feat/image-trail 2025-07-14 20:09:48 +05:30
Utkarsh-Singhal-26
e3b5ed1717 Added <ImageTrail /> animation 2025-07-14 20:06:26 +05:30
whbbit1999
c4d956fb13 fix: merge two files into one 2025-07-14 16:32:53 +08:00
David Haz
9567aa86b7 Add mixBlendMode prop to MetaBalls component and demo 2025-07-14 10:18:39 +03:00
Utkarsh-Singhal-26
cd0b903a80 Added <MetaBalls /> animation 2025-07-14 12:31:49 +05:30
David Haz
c0f01c6971 Noise improvements 2025-07-14 01:13:38 +03:00
Sayed Tashinoor Rahman
2ac956365f Merge branch 'main' into feat/animations-noise 2025-07-14 00:49:59 +06:00
sayedTahsin
48c1d688d2 Add Noise animation component and demo with adjustable parameters 2025-07-14 00:48:20 +06:00
Utkarsh-Singhal-26
b2ca79d4ab Added <BlobCursor /> animation 2025-07-13 16:22:51 +05:30
whbbit1999
b4932d2695 feat: Stack component 2025-07-13 17:56:45 +08:00
David Haz
f44fbc0c8e Improve AsciiText 2025-07-12 20:25:37 +03:00
David Haz
fea147fef2 Format 2025-07-12 20:14:41 +03:00
David
e3d798dd01 Merge branch 'main' into add-ascii-texts 2025-07-12 19:49:51 +03:00
Max
c8d7fac678 Merge branch 'main' into add-scramble-text 2025-07-12 18:49:03 +02:00
onmax
f12e92b42a Add Scramble Text 2025-07-12 18:46:56 +02:00
Max
1732e448f0 Merge branch 'main' into add-ascii-texts 2025-07-12 18:41:53 +02:00
onmax
7df5128cc3 Add AsciiText component 2025-07-12 18:39:32 +02:00
David Haz
01ab91c316 Migrate <SplashCursor /> 2025-07-12 19:16:42 +03:00
David Haz
a6dd7a9792 Migrate <Ribbons /> 2025-07-12 18:50:15 +03:00
David
6a2fe32dc3 Merge pull request #13 from sahildavid-dev/feat/sd_text-animations_glitch-text
feat(text-animations): add GlitchText component
2025-07-12 18:45:21 +03:00
Sahil David
2fb67d9757 refactor(text-animations): convert GlitchText from CSS file to Tailwind classes
- Remove external GlitchText.css file dependency
- Convert all styles to Tailwind utility classes
- Maintain identical functionality and visual effects
- Improve component maintainability and consistency
2025-07-12 16:40:29 +01:00
David Haz
52ad446958 Migrate <ShapeBlur /> 2025-07-12 18:34:29 +03:00
Sahil David
2b394c9aae feat(text-animations): add GlitchText component 2025-07-12 15:52:35 +01:00
David Haz
af0fa8cc31 Migrate <HyperSpeed /> 2025-07-12 17:08:24 +03:00
David Haz
50532846ba Refactor RotatingText component props and improve type definitions 2025-07-12 16:33:32 +03:00
David
b8bc22797f Merge pull request #12 from Utkarsh-Singhal-26/feat/rotating-text
Added <RotatingText /> text animation
2025-07-12 16:18:53 +03:00
Utkarsh-Singhal-26
adfaf20b5f Fix Smooth Transition 2025-07-12 18:40:23 +05:30
Utkarsh-Singhal-26
90a41d1469 Added <RotatingText /> text animation 2025-07-12 18:19:41 +05:30
David Haz
62cdbc2dba Format 2025-07-12 14:52:40 +03:00