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

How to style selected range #126

Closed
aiynmm opened this issue Jun 11, 2018 · 1 comment
Closed

How to style selected range #126

aiynmm opened this issue Jun 11, 2018 · 1 comment

Comments

@aiynmm
Copy link

aiynmm commented Jun 11, 2018

I want to know how do you write the style to render when selecting range, I can't find that where are the default selectedRangeStartStyle, selectedRangeEndStyle and selectedRangeStyle initing in your code?

@peacechen peacechen changed the title Ask a question ! How to style selected range Aug 2, 2018
@peacechen
Copy link
Collaborator

It uses standard React style syntax.

<CalendarPicker
  selectedRangeStartStyle={{backgroundColor: 'yellow'}}
  etc...
/>

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