Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/egoist/snackbar

A tiny browser library for showing a brief message at the bottom of the screen (1kB gzipped).
https://github.com/egoist/snackbar

css framework-agnostic lightweight snackbar toast

Last synced: about 1 month ago
JSON representation

A tiny browser library for showing a brief message at the bottom of the screen (1kB gzipped).

Awesome Lists containing this project

README

        

# @snackbar/core

[![NPM version](https://badgen.net/npm/v/@snackbar/core)](https://npmjs.com/package/@snackbar/core) [![NPM downloads](https://badgen.net/npm/dm/@snackbar/core)](https://npmjs.com/package/@snackbar/core) [![CircleCI](https://badgen.net/circleci/github/egoist/snackbar/master)](https://circleci.com/gh/egoist/snackbar/tree/master) [![donate](https://badgen.net/badge/support%20me/donate/ff69b4)](https://patreon.com/egoist)

![preview](./media/snack.gif)

## Install

```bash
yarn add @snackbar/core
```

## Documentation

๐Ÿ“ **https://snackbar.egoist.dev**

## Contributing

1. Fork it!
2. Create your feature branch: `git checkout -b my-new-feature`
3. Commit your changes: `git commit -am 'Add some feature'`
4. Push to the branch: `git push origin my-new-feature`
5. Submit a pull request :D

## Author

**snackbar** ยฉ [EGOIST](https://github.com/egoist), Released under the [MIT](./LICENSE) License.

Authored and maintained by EGOIST with help from contributors ([list](https://github.com/egoist/snackbar/contributors)).

> [egoist.dev](https://egoist.dev) ยท GitHub [@EGOIST](https://github.com/egoist) ยท Twitter [@localhost_5173](https://twitter.com/localhost_5173)