主页上的bootstrap通知

时间:2018-05-27 05:30:41

标签: notifications bootstrap-4

我想显示插入仪表板主页的数据通知。

仪表板有三页数据插入。我想在主页上显示数据插入的信息。

   
<div class="content">						

    <div class="alert alert-info">
    
        <span id = "t1">
            <b> Task1 - </b> This is a regular notification made with ".alert-info"</span>
    </div>
    <div class="alert alert-success">
    
        <span id = "t2">
            <b> Task 2 - </b> This is a regular notification made with ".alert-success"</span>
    </div>

    <div class="alert alert-danger">
    
        <span id = "t3">
            <b> task 3 - </b> This is a regular notification made with ".alert-danger"</span>
    </div>

</div>
 

1 个答案:

答案 0 :(得分:0)

在成功添加数据后,查看Materialize Toasts以弹出信息框。 我认为bootstrap只提供了一个css信息框