Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/afeiship/wsui-toast
Toast sass style.
https://github.com/afeiship/wsui-toast
sass toast webkit
Last synced: 10 days ago
JSON representation
Toast sass style.
- Host: GitHub
- URL: https://github.com/afeiship/wsui-toast
- Owner: afeiship
- License: mit
- Created: 2018-08-24T05:31:12.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-02-26T14:02:02.000Z (over 3 years ago)
- Last Synced: 2024-10-12T14:27:19.041Z (24 days ago)
- Topics: sass, toast, webkit
- Language: SCSS
- Size: 18.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# wsui-toast
> Toast sass style.[![version][version-image]][version-url]
[![license][license-image]][license-url]
[![size][size-image]][size-url]
[![download][download-image]][download-url]## installation
```shell
npm i @jswork/wsui-toast
```## usage
```scss
// use sass
@import '~@jswork/wsui-toast/dist/index.scss';
// use css
@import '~@jswork/wsui-toast/dist/style.css';
```## license
Code released under [the MIT license](https://github.com/afeiship/wsui-toast/blob/master/LICENSE.txt).[version-image]: https://img.shields.io/npm/v/@jswork/wsui-toast
[version-url]: https://npmjs.org/package/@jswork/wsui-toast[license-image]: https://img.shields.io/npm/l/@jswork/wsui-toast
[license-url]: https://github.com/afeiship/wsui-toast/blob/master/LICENSE.txt[size-image]: https://img.shields.io/bundlephobia/minzip/@jswork/wsui-toast
[size-url]: https://github.com/afeiship/wsui-toast/blob/master/dist/wsui-toast.min.js[download-image]: https://img.shields.io/npm/dm/@jswork/wsui-toast
[download-url]: https://www.npmjs.com/package/@jswork/wsui-toast