Daybrush (Younkue Choi)
Daybrush (Younkue Choi)
@smandepudi Can you tell me the details?
@smandepudi UIse type `type: "vertical"` And you can use `unit`, `zoom` props and change this. https://github.com/daybrush/ruler/issues/2
@smandepudi Not ready yet. Support only README.md I will support storybook and docs.
@nitin-1926 * `@scena/guides` 0.18.1 * `vue-guides` 0.18.1 * `@scena/react-guides` 0.18.1 * `ngx-guides` 0.18.1 * `svelte-guides` 0.18.1 guides' new version is released. `clickRuler` event is added.
@joncursi There is a possibility that the css will be mounted before loading. That's size 0 In that case, you must finally call resize() after mounting.
@smandepudi scroll 380 first 
@smandepudi ```js ngOnAfterInit() { guides1.scroll(380); } ```
@smandepudi  The position of 0 is always 0. I wonder if it will be difficult right now. I will add an option called offset later.
@smandepudi Please refer to this link: https://codepen.io/daybrush/pen/eYJmMYZ
@smandepudi Even if it is made of angular, it is no different. ```js .on("scroll", (e) => { horizontalGuides.scroll(e.scrollLeft); horizontalGuides.scrollGuides(e.scrollTop); verticalGuides.scroll(e.scrollTop); verticalGuides.scrollGuides(e.scrollLeft); }) ```