Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

is:issue is:open Want to Place the Starting Point at the Top #1

Closed
e-yokotsuka opened this issue Sep 11, 2023 · 2 comments
Closed

is:issue is:open Want to Place the Starting Point at the Top #1

e-yokotsuka opened this issue Sep 11, 2023 · 2 comments

Comments

@e-yokotsuka
Copy link

Hello,

I'm really enjoying using this component—it's both useful and looks great.
However, I'd like to know how to place the starting point at the top.
Could you guide me on how to do that?

Thank you.

@mzusin
Copy link
Owner

mzusin commented Sep 11, 2023

Hello,
You can use pathStartAngle and pathEndAngle properties:

<RoundSlider
   pathStartAngle={ 270 }
   pathEndAngle={ 269.999 }
/>

The documentation about these properties is here.

@e-yokotsuka
Copy link
Author

e-yokotsuka commented Sep 11, 2023

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants