Twitter Bootstrap是否应该支持吐司?

时间:2019-01-04 07:37:18

标签: twitter-bootstrap bootstrap-4

在开始实现自己的敬酒时,我发现它们是不可见的,因为Bootstrap CSS包含library(shiny) shinyApp( ui = fluidPage( tags$style(".form-group.shiny-input-container { width: 600px; }"), textAreaInput( inputId = "txt", label = "long label long label long label long label long label" ) ), server = function(input, output, session) {} ) 的声明(除其他外,它的不透明度设置为零)。

但是,在搜索.toast时,Bootstrap的网站没有显示任何结果,JavaScript捆绑文件也没有包含字符串toast。我不知道这是否可能是Bootstrap 3遗留下来的东西,但是3.3.7的文档在其“组件”或Javascript页面的任何位置也没有包含字符串toast

我不确定删除CSS文件的那部分是否可以,否则可能会破坏其他组件?

2 个答案:

答案 0 :(得分:2)

它记录在v4.2 Documentation的“组件”下。您是否在搜索错误的Bootstrap 4文档?

答案 1 :(得分:0)

我认为可以,在这里,文档介绍了吐司 https://getbootstrap.com/docs/4.2/components/toasts/

编辑:可能您需要升级您的引导程序版本