Closed jadiagaurang closed 1 year ago
@jadiagaurang
I'll add it in the next update.
@jadiagaurang
croact-moveable
0.4.0@moveable/helper
0.1.2lit-moveable
0.25.0moveable
0.48.0preact-moveable
0.50.0react-moveable
0.51.0svelte-moveable
0.40.0vue-moveable
2.0.0-beta.76vue3-moveable
0.23.0ngx-moveable
0.45.0moveable's new version is released. Set isDisplayGridGuidelines
to true.
@daybrush
Thank you so much for adding new config to display Grid Guidelines. I tried the config on a new CodePen example.
Testable Address: https://codepen.io/jadiagaurang/pen/PoxYVRN
I have set grid cell to be 50x50 (px) and snapThreshold = 50
as well.
isDisplayGridGuidelines: true,
snapThreshold: 50,
snapGridWidth: 50,
snapGridHeight: 50
I am trying to generate CSS Grid from the pixel coordinate. I am trying to show entire Grid to help user place on a Grid Cell which should help user design a Block more efficiently.
Some Technical Blog which I am following to generate CSS Grid from Pixel Coordinates.
Is it possible to show entire grid with the provided config or via CSS?
@jadiagaurang Sorry. There are no plans to provide a function that displays the entire guideline or grid. You have to create Guidelines or Grid through component or HTML or CSS.
I support Guides Manager. https://github.com/daybrush/guides
I'm preparing an editor, but I haven't made a Grid yet.
Assuming that I create a Grid, it seems that I can create a Grid shape through a background or pattern.
@daybrush Thanks for the clarification. I will try to render a CSS Grid and show the Gridlines.
Environments
Description
I would like to show Snapping Grid during the
drag
Event to help user visualize the Snapping Grid. Is it possible with current implementation or are you planning to add a feature in the future?Example Image:
Example Config for the Moveable Object: