mirror of
https://github.com/DavidHDev/vue-bits.git
synced 2026-03-09 08:29:30 -06:00
documentation structure
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user