This app doesn't compile for me.
Environments
- Framework name:
- Framework version:
- Component name:
- Component version:
- Testable Address(optional):
Description
@smandepudi
Can you tell me the details?
I downloaded the code and tried to run. what i noticed is the code in the project is not an angular one. i am looking for a angular solution. after following your steps i was able to get a horizontal ruler but not a vertical ruler using the angular guides you provided. let me know what i may be missing

the vertical guide doesnt show right. horizontal guide shows ok
actually after some more research around i was able to get the vertical one looking ok
can i change the units on the ruler. i need support for pixels, inches, centimeters etc. what is the default unit that comes with this library
@smandepudi
UIse type type: "vertical"
And you can use unit, zoom props and change this.
https://github.com/daybrush/ruler/issues/2
ok i will try. is the default units that shows up is pixels?
also i what is the difference between scroll and scrollGuides. scrollGuides doesn't seem to do anything for me . thank you
can you give me an example of how to use all the guide props and the methods from the interface. i couldn't find the full implementation from your documentation.
export interface GuidesProps {
type?: "horizontal" | "vertical";
width?: number;
height?: number;
unit?: number;
zoom?: number;
style?: IObject
@smandepudi
Not ready yet.
Support only README.md
I will support storybook and docs.