Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kennethklee/nega-toast
Simple toast web component.
https://github.com/kennethklee/nega-toast
Last synced: 1 day ago
JSON representation
Simple toast web component.
- Host: GitHub
- URL: https://github.com/kennethklee/nega-toast
- Owner: kennethklee
- Created: 2020-05-20T18:38:49.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-05-16T17:27:16.000Z (over 2 years ago)
- Last Synced: 2024-09-07T03:59:34.297Z (2 months ago)
- Language: HTML
- Size: 376 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nega-toast
# \Simple toast web component
[![Published on webcomponents.org](https://img.shields.io/badge/webcomponents.org-published-blue.svg)](https://www.webcomponents.org/element/kennethklee/nega-toast)
See: [Documentation](https://www.webcomponents.org/element/nega-toast),
[Demo](https://kennethklee.github.io/nega-toast/demo/).# Usage
## Installation
```shell
npm install --save nega-toast
```## In an html file
```html
import 'nega-toast/nega-toast.js';
Hi!
```
# Contributing
Feel free to fork and send over PRs. Still a lot of places this can be improved, i.e. styling, more options, or better behaviors.
## Installation
```
git clone https://github.com/kennethklee/nega-toast
cd nega-toast
npm install
```## Running locally
```
$ npm start
```## Running tests
```
$ npm test
```