text_box.Rd
This function gives you a box in the wellPanel with text inside
text_box(text)
text | This is the text id for the text to be written inside the box |
---|
Box with instructions text inside to be set in the server logic unit
text = "text0" text_box(text)#> <div class="well"> #> <div class="row"> #> <div class="col-sm-11"> #> <div class="box"> #> <div class="box-header"> #> <h3 class="box-title">Instructions</h3> #> </div> #> <div class="box-body"> #> <div id="text0" class="shiny-html-output"></div> #> </div> #> </div> #> </div> #> </div> #> </div>