Primitives
Editor.SnapGuides
Accent-colored alignment lines drawn during a snap-eligible drag.
Accent-colored alignment lines drawn during a snap-eligible drag.
Usage
import { Editor } from '@docmosaic/react';
<Editor.Root>
<Editor.SnapGuides />
</Editor.Root>;API Reference
| Prop | Type | Default | Description |
|---|---|---|---|
| guides * | SnapGuide[] | - | - |
| pageDimensions * | { width: number; height: number; } | - | - |
| finalScale * | number | - | - |
Related
- Root - the orchestrator