documentation structure

This commit is contained in:
David Haz
2025-07-08 23:34:52 +03:00
parent 9ddb731258
commit 660e4fd701
46 changed files with 3488 additions and 79 deletions

View File

@@ -51,8 +51,8 @@ export interface DotGridProps {
const props = withDefaults(defineProps<DotGridProps>(), {
dotSize: 16,
gap: 32,
baseColor: '#5227FF',
activeColor: '#5227FF',
baseColor: '#27FF64',
activeColor: '#27FF64',
proximity: 150,
speedTrigger: 100,
shockRadius: 250,