Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/afeiship/wsui-modal
Sass for modal.
https://github.com/afeiship/wsui-modal
alert confirm modal sass webkit
Last synced: 10 days ago
JSON representation
Sass for modal.
- Host: GitHub
- URL: https://github.com/afeiship/wsui-modal
- Owner: afeiship
- License: mit
- Created: 2018-08-24T07:06:00.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-02-17T07:03:22.000Z (over 3 years ago)
- Last Synced: 2024-10-12T11:04:16.359Z (24 days ago)
- Topics: alert, confirm, modal, sass, webkit
- Language: SCSS
- Size: 17.6 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# wsui-modal
> Sass for modal.[![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-modal
```## usage
```scss
// use sass
@import '~@jswork/wsui-modal/dist/index.scss';
// use css
@import '~@jswork/wsui-modal/dist/style.css';
```## license
Code released under [the MIT license](https://github.com/afeiship/wsui-modal/blob/master/LICENSE.txt).[version-image]: https://img.shields.io/npm/v/@jswork/wsui-modal
[version-url]: https://npmjs.org/package/@jswork/wsui-modal[license-image]: https://img.shields.io/npm/l/@jswork/wsui-modal
[license-url]: https://github.com/afeiship/wsui-modal/blob/master/LICENSE.txt[size-image]: https://img.shields.io/bundlephobia/minzip/@jswork/wsui-modal
[size-url]: https://github.com/afeiship/wsui-modal/blob/master/dist/wsui-modal.min.js[download-image]: https://img.shields.io/npm/dm/@jswork/wsui-modal
[download-url]: https://www.npmjs.com/package/@jswork/wsui-modal