Extracting weekdays from header component #1532
Closed
KonradLinkowski
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
@KonradLinkowski this is a good idea! Would you mind to propose a PR with this change? |
Beta Was this translation helpful? Give feedback.
1 reply
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Adding anything to the
<thead>
feels like a chore currently.For example, adding a simple
today
button requires:Head
getWeekdays
Extracting the weekdays' row to a separate component would allow using it like this:
Is there already a way of doing this without copying the entire
Head
component?Beta Was this translation helpful? Give feedback.
All reactions