daybrush / ruler

A Ruler component that can draw grids and scroll infinitely.
https://daybrush.com/ruler/
MIT License
334 stars 39 forks source link

how can we draw this style ruler? #3

Closed leeboo closed 4 years ago

leeboo commented 4 years ago

image thanks

hmmhmmhm commented 4 years ago

did you makes it? or you need some example?

leeboo commented 4 years ago

did you makes it? or you need some example?

i need some examples, the default style like this: image how can we reverse the line

thanks

daybrush commented 4 years ago

@leeboo

backgroundColor?: string;
lineColor?: string;
textColor?: string;

use this color.

backgroundColor: white
lineColor: black
textColor: black
leeboo commented 4 years ago

image

daybrush commented 4 years ago

@leeboo

new version is released. use direction props. (default: "end")

You can direction props to "start"

direction: "start"
leeboo commented 4 years ago

@leeboo

new version is released. use direction props. (default: "end")

You can direction props to "start"

direction: "start"

amazing thanks