README.md

[![Hex.pm](https://img.shields.io/hexpm/v/kino_toast.svg)](https://hex.pm/packages/kino_toast)
[![CI](https://github.com/arosenb2/kino_toast/actions/workflows/ci.yml/badge.svg)](https://github.com/arosenb2/kino_toast/actions/workflows/ci.yml)

# Kino Toast

A Kino component that adds dismissable notifications in a Livebook Cell.

## πŸš€ Features

- Create dismissable notifications for within a Livebook Cell.
- Use built-in options or customize the notifications.

## πŸ“– Getting Started

### Requirements

- Elixir >= 1.14
- Livebook

### Try it in Livebook

Click the button below to launch the notebook in Livebook:

[![Run in Livebook](https://livebook.dev/badge/v1/blue.svg)](https://livebook.dev/run?url=https%3A%2F%2Fgithub.com%2Farosenb2%2Fkino_toast%2Fblob%2Fmain%2Fkino_toast.livemd)

### Running Locally

```bash
mix deps.get
mix run
```

Or, if you’re using Livebook:
	1.	Open Livebook
	2.	Paste the notebook URL or upload it locally

## 🀝 Contributing

See CONTRIBUTORS.md for contributor guidelines.

## πŸ“„ License

This project is licensed under the terms of the MIT License.