Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/afeiship/wsui-layout-sticky-footer
Sticky footer use absolute solution.
https://github.com/afeiship/wsui-layout-sticky-footer
footer layout sass sticky webkit
Last synced: 9 days ago
JSON representation
Sticky footer use absolute solution.
- Host: GitHub
- URL: https://github.com/afeiship/wsui-layout-sticky-footer
- Owner: afeiship
- License: mit
- Created: 2018-10-10T07:48:45.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-12-19T04:08:17.000Z (almost 4 years ago)
- Last Synced: 2024-10-06T22:25:44.151Z (30 days ago)
- Topics: footer, layout, sass, sticky, webkit
- Language: JavaScript
- 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-layout-sticky-footer
> Sticky footer use absolute solution.[![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-sticky-footer
```## usage
```scss
@import '~@jswork/wsui-layout-sticky-footer';.global-sticky-footer{
@include wsui-layout-sticky-footer(100px, 10px);
}
``````html
Body
My Footer
```
## license
Code released under [the MIT license](https://github.com/afeiship/wsui-layout-sticky-footer/blob/master/LICENSE.txt).[version-image]: https://img.shields.io/npm/v/@jswork/wsui-layout-sticky-footer
[version-url]: https://npmjs.org/package/@jswork/wsui-layout-sticky-footer[license-image]: https://img.shields.io/npm/l/@jswork/wsui-layout-sticky-footer
[license-url]: https://github.com/afeiship/wsui-layout-sticky-footer/blob/master/LICENSE.txt[size-image]: https://img.shields.io/bundlephobia/minzip/@jswork/wsui-layout-sticky-footer
[size-url]: https://github.com/afeiship/wsui-layout-sticky-footer/blob/master/dist/wsui-layout-sticky-footer.min.js[download-image]: https://img.shields.io/npm/dm/@jswork/wsui-layout-sticky-footer
[download-url]: https://www.npmjs.com/package/@jswork/wsui-layout-sticky-footer