Did anyone was thinking about implementing react navbar using streamlit components?

Hi!

I was about trying implementing react navbar using streamlit components
What do you guys think? doable?

Thanks!

Hey @amitg1 !

That’s a good idea ! Though I’m afraid you won’t be totally satisfied by the result as your navbar will be contained in a smaller iframe, so you won’t be able to stick the navbar at the top of your app, I think it will be stuck in the middle of your app…maybe when 100% width/height components is added ?

BUT with set/get query params experimental support coming soon, maybe you could use that small navbar to set query params and navigate in other pages of your Streamlit app. So I think it’s a good exercise anyway, then maybe you can throw other reactstrap components in the way :wink:

Fanilo