Daybrush (Younkue Choi)

Results 720 comments of 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 ![image](https://user-images.githubusercontent.com/3433062/83254064-14677d80-a1e9-11ea-84ba-596ee06b2201.jpeg)

@smandepudi ```js ngOnAfterInit() { guides1.scroll(380); } ```

@smandepudi ![83442172-9976b080-a3fc-11ea-8ee8-03f708f8aa1c](https://user-images.githubusercontent.com/3433062/83897753-f83b8180-a790-11ea-9112-55e6af508be0.png) 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); }) ```