Notibar.js - Lightweight notification bar, no dependency.
[](https://github.com/duyet/notibar.js)
```html
<script
type="text/javascript"
src="https://duyetdev.github.io/notibar.js/notibar.js"
></script>
<script type="text/javascript">
notiBar(
'<strong>notibar.js</strong> by <a href="https://duyet.net">duyetdev</a> :))',
)
</script>
```
See example: https://duyetdev.github.io/notibar.js/example.html
## More custom
```js
notiBar({
message:
'<strong>notibar.js</strong> by <a href="https://duyet.net">duyetdev</a> :))',
closeButton: true,
font: 'sans-serif',
fontSize: '13px',
minHeight: '41px',
color: '#2895F1',
bgColor: '#f0f9ff',
borderBottomColor: '#96c4ea',
})
```
Github: [https://github.com/duyet/notibar.js](https://github.com/duyet/notibar.js)