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: 6 months ago
JSON representation
A tiny browser library for showing a brief message at the bottom of the screen (1kB gzipped).
- Host: GitHub
- URL: https://github.com/egoist/snackbar
- Owner: egoist
- License: mit
- Created: 2019-05-05T15:35:15.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-12-29T11:53:04.000Z (almost 2 years ago)
- Last Synced: 2025-03-28T16:05:40.426Z (7 months ago)
- Topics: css, framework-agnostic, lightweight, snackbar, toast
- Language: TypeScript
- Homepage: https://snackbar.egoist.dev
- Size: 3.3 MB
- Stars: 256
- Watchers: 3
- Forks: 16
- Open Issues: 33
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# @snackbar/core
[](https://npmjs.com/package/@snackbar/core) [](https://npmjs.com/package/@snackbar/core) [](https://circleci.com/gh/egoist/snackbar/tree/master) [](https://patreon.com/egoist)

## 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)