An open API service indexing awesome lists of open source software.

https://github.com/mariomka/bootstrap-auto-dismiss-alert

Simple plugin to auto dismiss/close Bootstrap 3.x alerts
https://github.com/mariomka/bootstrap-auto-dismiss-alert

alerts bootstrap

Last synced: 8 months ago
JSON representation

Simple plugin to auto dismiss/close Bootstrap 3.x alerts

Awesome Lists containing this project

README

          

# Bootstrap auto dismiss alerts

### Simple plugin to auto dismiss/close Bootstrap 3.x alert

## Usage

Add `data-auto-dismiss` attribute to alert component.

```html


×
Warning! Better check yourself, you're not looking too good.

```

### Set custom timeout

By default timeout is 5000ms, it can be overridden.

```html


Example

```

## Events

Bootstrap events are triggered since Bootstrap dismiss alert functionality is used. [Bootstrap Alerts Javascript Documentation](http://getbootstrap.com/javascript/#alerts)