Semantic UI Alerts v.1.2

A simple, beautiful, essay, semantic ui alerts library

View on GitHub Download .zip

Get Started

Install


<html>
    <head>
    <title></title>
    <link rel="stylesheet" type="text/css" href="css/semantic.min.css">
    <script type="text/javascript" src="js/jquery-3.0.0.min.js"></script>
    <script type="text/javascript" src="js/semantic.min.js"></script>
    
    <link rel="stylesheet" type="text/css" href="dist/semantic-ui-alerts.css">
    <script type="text/javascript" src="dist/semantic-ui-alerts.js"></script>
    </head>
    <body>

    </body>
</html>

Demo

Show Alert

Live Script


$.suiAlert({
    title: '{{ Title }}',
    description: '{{ Description }}',
    type: '{{ Type }}',
    time: '{{ Time }}',
    position: '{{ Direction+'-'+Side }}',
});