Feature Request: Add defaultRowHeight prop to customize base row height
#997
iamsameeraliyanage
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Is your feature request related to a problem? Please describe.
I'm always frustrated when the default row height in react-calendar-timeline doesn't match my design requirements. Currently, the timeline rows have a fixed height that can't be easily customized, which makes it difficult to:
Describe the solution you'd like
I would like a prop (e.g.,
defaultRowHeight) that allows setting a custom default height for all timeline rows. This prop should:Example usage:
All reactions