David
83a8f41e96
Merge pull request #42 from onmax/dither
...
Add Dither background component
2025-07-19 13:35:38 +03:00
onmax
8cf5425515
Add Dither background component
2025-07-19 12:22:28 +02:00
David Haz
8cc0e53874
feat: Update sidebar categories and improve new tag styling
2025-07-19 11:06:06 +03:00
David Haz
050d10a22c
Update component count
2025-07-19 11:03:07 +03:00
David
f6388ff054
Merge pull request #41 from Utkarsh-Singhal-26/feat/ripple-grid
...
Added <RippleGrid /> background
2025-07-19 10:59:56 +03:00
Utkarsh-Singhal-26
6f346506d3
Added <RippleGrid /> background
2025-07-19 10:08:42 +05:30
David Haz
8349104112
fix: Update button styles in BlurTextDemo
2025-07-18 20:57:45 +03:00
David Haz
f18199079f
refactor BlurText with better handling, best practices, fix animation complete handler
2025-07-18 20:55:58 +03:00
David
c816095e52
Merge pull request #37 from Utkarsh-Singhal-26/feat/target-cursor
...
Added <TargetCursor /> Animation
2025-07-18 17:43:05 +03:00
David
68d310248a
Merge pull request #39 from snepsnepy/feat/migrate-to-useTemplateRef
...
Added useTemplateRef API support
2025-07-18 17:41:14 +03:00
msavulescu
6af299052a
Added useTemplateRef API support
2025-07-18 16:29:54 +03:00
David Haz
2aad0d4f4c
fix: Update headline in BackgroundContent to reflect correct framework
2025-07-18 16:17:48 +03:00
David Haz
4a30434b8e
[ FIX ] : Update z-index for demo content visibility
2025-07-18 16:16:29 +03:00
Utkarsh Singhal
16b6a530de
Merge branch 'main' into feat/target-cursor
2025-07-18 18:24:03 +05:30
Utkarsh-Singhal-26
3b90ac916e
Added <TargetCursor /> Animation
2025-07-18 18:18:31 +05:30
David Haz
95e4976b78
remove ballpit demo text
2025-07-18 15:19:46 +03:00
David
0ad5594b60
Merge pull request #34 from Utkarsh-Singhal-26/feat/demo-content
...
[ ADDED ] : Demo Background Content
2025-07-18 15:13:35 +03:00
David
818190e097
Merge pull request #36 from Utkarsh-Singhal-26/fix/animation
...
[ FIX ] : Rearrange <ShapeBlur /> from Backgrounds to Animations
2025-07-18 15:13:13 +03:00
David Haz
20e76e75cf
Migrate ScrollVelocity component
2025-07-18 15:11:59 +03:00
Utkarsh-Singhal-26
a082600da5
[ FIX ] : Rearrange <ShapeBlur /> from Backgrounds to Animations
2025-07-18 17:35:41 +05:30
Utkarsh-Singhal-26
9ac56752bb
[ UPDATED ] : Demo Background Content
2025-07-18 17:30:23 +05:30
David Haz
94c4cdd704
refactor(ChromaGrid): replace ref with useTemplateRef and reactive for improved reactivity
2025-07-18 14:46:47 +03:00
David Haz
c44a383014
fix problems with chromagrid
2025-07-18 14:42:26 +03:00
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
David
5b004ae16c
Merge pull request #35 from wencaizhang/dev
...
refactor(vue): remove unnecessary defineProps import
2025-07-18 11:27:50 +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
Utkarsh-Singhal-26
ef2aa74f2c
[ ADDED ] : Demo Background Content
2025-07-18 12:27:18 +05:30
David
60824bfe14
Merge pull request #33 from BuptStEve/main
...
docs: add missing installation, npm i -> npm install
2025-07-18 09:50:30 +03:00
StEve YoUng
2792d6c5ec
docs: add missing installation, npm i -> npm install
2025-07-18 11:45:11 +08:00
David Haz
f6c5f2ceda
Color updates - remove purple colors
2025-07-17 17:12:23 +03:00
David
04be2c7448
Merge pull request #32 from Utkarsh-Singhal-26/fix/typos
...
fix: typos in Meta Balls & Rotating Text
2025-07-17 16:53:57 +03:00
Utkarsh-Singhal-26
40ca6a0122
fix: typos in Meta Balls & Rotating Text
2025-07-17 16:52:45 +05:30
David Haz
47ef949cd2
Format
2025-07-17 11:23:30 +03:00
David
17920706ff
Merge pull request #27 from Utkarsh-Singhal-26/feat/liquid-chrome
...
Added <LiquidChrome /> background
2025-07-17 09:48:21 +03:00
David
df17f078ab
Merge branch 'main' into feat/liquid-chrome
2025-07-17 09:48:07 +03:00
David
f3ee11c745
Merge pull request #26 from Utkarsh-Singhal-26/feat/grid-distortion
...
Added <GridDistortion /> background
2025-07-17 09:47:33 +03:00
Utkarsh-Singhal-26
7423b9e068
Updated <LiquidChrome /> background
2025-07-17 09:43:53 +05:30
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
8b6b2d6b8b
Updated <GridDistortion /> background
2025-07-17 09:39:34 +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
David
337c40bf7f
Merge pull request #28 from snepsnepy/feat/defineModel-support
...
Added 'defineModel' macro for v-model support in Preview components
2025-07-16 22:29:22 +03: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
2e55686e70
Updated BallpitDemo and OrbDemo to use the latest changes.
2025-07-16 16:28:29 +03:00
snepsnepy
48d08b9e24
Merge branch 'main' into feat/defineModel-support
2025-07-16 16:23:57 +03:00
snepsnepy
9c3d70d277
Removed unused import.
2025-07-16 16:19:59 +03:00
snepsnepy
f734b64006
Removed model-value update from MetallicPaintDemo.
2025-07-16 16:18:56 +03:00
snepsnepy
14f6d2d18b
Added defineModel support for PreviewText and added missing Customize component in GlitchTextDemo.
2025-07-16 16:17:28 +03:00
snepsnepy
f09a3cea0e
Added defineModel support for PreviewSwitch component and fixed small bug in ScrollRevealDemo component.
2025-07-16 16:12:54 +03:00