Skip to content

lizzy-km/Bootstrap_SweetAlert

Repository files navigation

SweetAlert for Bootstrap

An awesome replacement for JavaScript's alert.

This is a clone for Bootstrap. For more refer to the original project.

Usage

If your project is using Less and the original source of Bootstrap then just include the sweet-alert.less file in your building process.

Otherwise include the JavaScript and CSS files manually:

<script src="lib/sweet-alert.min.js"></script>
<link rel="stylesheet" type="text/css" href="lib/sweet-alert.css">

Development

$ npm install
$ grunt