Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/afeiship/wsui-layout-fixed-footer
Fixed footer bar for sassui.
https://github.com/afeiship/wsui-layout-fixed-footer
bar fixed footer layout sassui webkit
Last synced: 10 days ago
JSON representation
Fixed footer bar for sassui.
- Host: GitHub
- URL: https://github.com/afeiship/wsui-layout-fixed-footer
- Owner: afeiship
- License: mit
- Created: 2018-03-12T04:20:10.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-12-18T14:12:13.000Z (almost 4 years ago)
- Last Synced: 2024-04-23T21:30:02.959Z (7 months ago)
- Topics: bar, fixed, footer, layout, sassui, webkit
- Language: JavaScript
- Size: 11.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-layout-fixed-footer
> Fixed footer footer for wsui.[![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-layout-fixed-footer
```## usage
```scss
@import '~@jswork/wsui-layout-fixed-footer';// header-height: 50px;
// gap: 10px;
@include wsui-layout-fixed-footer($in-height: 50px, $in-gap: 10px);
```## license
Code released under [the MIT license](https://github.com/afeiship/wsui-layout-fixed-footer/blob/master/LICENSE.txt).[version-image]: https://img.shields.io/npm/v/@jswork/wsui-layout-fixed-footer
[version-url]: https://npmjs.org/package/@jswork/wsui-layout-fixed-footer[license-image]: https://img.shields.io/npm/l/@jswork/wsui-layout-fixed-footer
[license-url]: https://github.com/afeiship/wsui-layout-fixed-footer/blob/master/LICENSE.txt[size-image]: https://img.shields.io/bundlephobia/minzip/@jswork/wsui-layout-fixed-footer
[size-url]: https://github.com/afeiship/wsui-layout-fixed-footer/blob/master/dist/wsui-layout-fixed-footer.min.js[download-image]: https://img.shields.io/npm/dm/@jswork/wsui-layout-fixed-footer
[download-url]: https://www.npmjs.com/package/@jswork/wsui-layout-fixed-footer