Html – How to insert a textInput in the navbar of the bslib::page_sidebar()?
I want to insert a search bar inside the navbar, how to do that? library(shiny) library(bslib) page_sidebar( tags$head( tags$link(rel = "stylesheet", type = "text/css", href = "style.css") ), title = "Weather",textInput("search","Search"), sidebar = sidebar("sidebar", card(" ",actionButton("card_click", card_body("Cities",align = "center"))), card("…