moveable
moveable copied to clipboard
Vertical and Horizontal Stacks, similar to Group Align Options
Environments
- Framework name: Vanilla JS
- Framework version: 0.52.0
- Moveable Component version: N/A
- Testable Address(optional): https://codepen.io/jadiagaurang/pen/oNmWOaN (WIP)
Hi @daybrush
I want to add a new feature to my design tool to allow Vertical Stacking of Elements when they are Gropped, similar to Group Align Options. (https://daybrush.com/moveable/storybook/?path=/story/request-ables-through-a-method--request-draggable-align)
Can you help me develop a Method or come up with the logic? Thank you in advance
@jadiagaurang
The demo link is only available when it is a target.
When I checked, some of the align demos did not work properly, so I plan to fix demo.
The demo requires pressing a button and executing the following method.
moveableRef.current?.updateRect();
I think the demo has everything you want, but what features do you want?