You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, I am using the nextra doc theme. I wanted to add custom titles to the titles in my side bar. I thought of simply doing something like this:
titleComponent: ({ title })=>{leticon=null;if(typeoftitle==='string'&&title.includes('|ICON|')){icon=title.split('|ICON|')[0];title=title.split('|ICON|')[1];}return(<span>{icon&&<iclassName={icon}/>}{title}</span>);},
A littel hacky solution, but it works for sidebar titles. However, I would need to apply the same solution to the Breadcrumbs and next and previous buttons.
I did not find a way to alter these components, maybe anyone can here give me a hand with this?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hey, I am using the nextra doc theme. I wanted to add custom titles to the titles in my side bar. I thought of simply doing something like this:
A littel hacky solution, but it works for sidebar titles. However, I would need to apply the same solution to the Breadcrumbs and next and previous buttons.
I did not find a way to alter these components, maybe anyone can here give me a hand with this?
Beta Was this translation helpful? Give feedback.
All reactions