Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 10 days 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 6 years ago)
- Default Branch: master
- Last Pushed: 2020-12-18T13:43:13.000Z (almost 4 years ago)
- Last Synced: 2024-10-12T11:03:13.340Z (24 days 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