Skip to content
This repository was archived by the owner on Nov 9, 2021. It is now read-only.
This repository was archived by the owner on Nov 9, 2021. It is now read-only.

Single moveable control box #54

@daybrush

Description

@daybrush

It has props of target in moveable.
Each time the target changes, the moveable box changes.

But only vue is different.

  • vanilla
moveable.target = document.querySelector("'target');
  • react
<Moveable target={document.querySelector(".target")} />
  • Angular
<ngx-moveable [target]="document.querySelector("'target')"/>
  • vue
<vue-moveable>
<div class="target"></div>
</vue-moveable>

daybrush/moveable#55

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions