https://github.com/afeiship/wsui-card
Card styles.
https://github.com/afeiship/wsui-card
card sass style ui webkit
Last synced: about 2 months ago
JSON representation
Card styles.
- Host: GitHub
- URL: https://github.com/afeiship/wsui-card
- Owner: afeiship
- License: mit
- Created: 2018-09-07T08:05:01.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2021-03-24T00:59:51.000Z (about 5 years ago)
- Last Synced: 2025-02-07T10:45:28.506Z (over 1 year ago)
- Topics: card, sass, style, ui, webkit
- Language: SCSS
- Homepage:
- Size: 10.7 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-card
> Card styles.
[![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-card
```
## usage
```scss
// use sass
@import '~@jswork/wsui-card/dist/index.scss';
// use css
@import '~@jswork/wsui-card/dist/style.css';
```
## preview
- https://afeiship.github.io/wsui-card/
## license
Code released under [the MIT license](https://github.com/afeiship/wsui-card/blob/master/LICENSE.txt).
[version-image]: https://img.shields.io/npm/v/@jswork/wsui-card
[version-url]: https://npmjs.org/package/@jswork/wsui-card
[license-image]: https://img.shields.io/npm/l/@jswork/wsui-card
[license-url]: https://github.com/afeiship/wsui-card/blob/master/LICENSE.txt
[size-image]: https://img.shields.io/bundlephobia/minzip/@jswork/wsui-card
[size-url]: https://github.com/afeiship/wsui-card/blob/master/dist/wsui-card.min.js
[download-image]: https://img.shields.io/npm/dm/@jswork/wsui-card
[download-url]: https://www.npmjs.com/package/@jswork/wsui-card