Bug: Ability to change entire NavbarElement like v7 #1450
Replies: 3 comments
-
I've created a quick demo of how to do this here: https://codesandbox.io/s/nice-snowflake-l6urs8?file=/src/App.tsx The Codesandbox is largely based on what is already being done in files such as https://github.com/gpbl/react-day-picker/blob/master/packages/react-day-picker/src/components/Navigation/Navigation.tsx |
Beta Was this translation helpful? Give feedback.
-
Thanks @lloydstubber for your feedback. I think a |
Beta Was this translation helpful? Give feedback.
-
I was able to achieve the split arrow navbar by overriding the css. You can see my demo here: https://codesandbox.io/s/sandpack-project-forked-u18ty1?file=/styles.css |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Bug description
First of all, thanks for the great work on the library!
I'm bumping v7 to v8 and we're using a custom Navbar, as we want an icon on either side of the caption. Are there plans for the CustomComponents to accept an entire Navbar like the previous version? Or potentially more fine grain ability to control the order of icons/caption?
Screenshots
Here is our currently implementation in v7 and struggling to obtain it with v8.

Beta Was this translation helpful? Give feedback.
All reactions