https://github.com/afeiship/wsui-layout-fixed-header
Fixed header bar for sassui.
https://github.com/afeiship/wsui-layout-fixed-header
fixed header layout sassui webkit
Last synced: about 1 year ago
JSON representation
Fixed header bar for sassui.
- Host: GitHub
- URL: https://github.com/afeiship/wsui-layout-fixed-header
- Owner: afeiship
- License: mit
- Created: 2018-03-12T05:02:10.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-12-18T13:43:13.000Z (over 5 years ago)
- Last Synced: 2025-01-06T08:09:33.777Z (over 1 year ago)
- Topics: fixed, header, 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-header
> Fixed header bar 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-header
```
## usage
```scss
@import '~@jswork/wsui-layout-fixed-header';
// header-height: 50px;
// gap: 10px;
@include wsui-layout-fixed-header($in-height: 50px, $in-gap: 10px);
```
## license
Code released under [the MIT license](https://github.com/afeiship/wsui-layout-fixed-header/blob/master/LICENSE.txt).
[version-image]: https://img.shields.io/npm/v/@jswork/wsui-layout-fixed-header
[version-url]: https://npmjs.org/package/@jswork/wsui-layout-fixed-header
[license-image]: https://img.shields.io/npm/l/@jswork/wsui-layout-fixed-header
[license-url]: https://github.com/afeiship/wsui-layout-fixed-header/blob/master/LICENSE.txt
[size-image]: https://img.shields.io/bundlephobia/minzip/@jswork/wsui-layout-fixed-header
[size-url]: https://github.com/afeiship/wsui-layout-fixed-header/blob/master/dist/wsui-layout-fixed-header.min.js
[download-image]: https://img.shields.io/npm/dm/@jswork/wsui-layout-fixed-header
[download-url]: https://www.npmjs.com/package/@jswork/wsui-layout-fixed-header