Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/egoist/biu

:rotating_light: An alert replacement
https://github.com/egoist/biu

Last synced: about 2 months ago
JSON representation

:rotating_light: An alert replacement

Awesome Lists containing this project

README

        

# biu [![NPM version](https://img.shields.io/npm/v/biu.js.svg?style=flat-square)](https://npmjs.com/package/biu.js) [![JS.ORG](https://img.shields.io/badge/js.org-biu-ffb400.svg?style=flat-square)](http://biu.js.org)

An alert replacement (JS + CSS = 3KB)

## Install

```bash
$ npm install biu.js
```

## Usage and Demo

Visit [Biu](http://biu.js.org)

## Browser support

IE 9 and above should be supported, and last 2 versions of other modern browsers are supported.

## Directory tree

This `dist` is excluded in git but included in npm package.

```bash
dist
├── biu.css
├── biu.js
├── biu.cjs.js
├── biu.min.js
└── biu.min.js.map
```

## Related

[corner-notie](https://github.com/egoist/corner-notie) - A light-weight toastr notifications utility for the web.

## Development

use `npm run build` to build or `npm run dev` to build and watch.

## License

[MIT](/LICENSE)