Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/afeiship/wsui-rotatable
Rotatable element.
https://github.com/afeiship/wsui-rotatable
rotatable sassui webkit
Last synced: 10 days ago
JSON representation
Rotatable element.
- Host: GitHub
- URL: https://github.com/afeiship/wsui-rotatable
- Owner: afeiship
- License: mit
- Created: 2020-01-09T02:17:01.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-02-27T02:17:53.000Z (over 3 years ago)
- Last Synced: 2024-04-29T04:04:44.162Z (6 months ago)
- Topics: rotatable, sassui, webkit
- Language: JavaScript
- Size: 8.79 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-rotatable
> Rotatable element.[![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-rotatable
```## usage
```scss
// use sass
@import '~@jswork/wsui-rotatable/dist/index.scss';
// use css
@import '~@jswork/wsui-rotatable/dist/style.css';
```## license
Code released under [the MIT license](https://github.com/afeiship/wsui-rotatable/blob/master/LICENSE.txt).[version-image]: https://img.shields.io/npm/v/@jswork/wsui-rotatable
[version-url]: https://npmjs.org/package/@jswork/wsui-rotatable[license-image]: https://img.shields.io/npm/l/@jswork/wsui-rotatable
[license-url]: https://github.com/afeiship/wsui-rotatable/blob/master/LICENSE.txt[size-image]: https://img.shields.io/bundlephobia/minzip/@jswork/wsui-rotatable
[size-url]: https://github.com/afeiship/wsui-rotatable/blob/master/dist/wsui-rotatable.min.js[download-image]: https://img.shields.io/npm/dm/@jswork/wsui-rotatable
[download-url]: https://www.npmjs.com/package/@jswork/wsui-rotatable