Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/afeiship/wsui-layout-fixed-sidebar
Sassui for layout fixed sidebar.
https://github.com/afeiship/wsui-layout-fixed-sidebar
aside fixed layout sassui sidebar webkit
Last synced: 20 days ago
JSON representation
Sassui for layout fixed sidebar.
- Host: GitHub
- URL: https://github.com/afeiship/wsui-layout-fixed-sidebar
- Owner: afeiship
- License: mit
- Created: 2018-09-07T13:38:57.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-06-21T12:31:18.000Z (over 3 years ago)
- Last Synced: 2024-10-30T01:59:57.693Z (2 months ago)
- Topics: aside, fixed, layout, sassui, sidebar, webkit
- Language: JavaScript
- Homepage:
- Size: 9.77 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-sidebar
> Sassui for layout fixed sidebar.[![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-sidebar
```## usage
```scss
// use sass
@import '~@jswork/wsui-layout-fixed-sidebar/dist/index.scss';
// use css
@import '~@jswork/wsui-layout-fixed-sidebar/dist/style.css';// generate your styles
.test-wsui-layout-fixed-sidebar {
@include wsui-layout-fixed-sidebar(250px);
height: 400px;
background: #eee;
.is-sidebar,
.is-main {
height: 400px;
}> .is-sidebar {
background: lightgreen;
}
> .is-main {
background: orange;
}
}
``````html
```## preview
- https://afeiship.github.io/wsui-layout-fixed-sidebar/## license
Code released under [the MIT license](https://github.com/afeiship/wsui-layout-fixed-sidebar/blob/master/LICENSE.txt).[version-image]: https://img.shields.io/npm/v/@jswork/wsui-layout-fixed-sidebar
[version-url]: https://npmjs.org/package/@jswork/wsui-layout-fixed-sidebar[license-image]: https://img.shields.io/npm/l/@jswork/wsui-layout-fixed-sidebar
[license-url]: https://github.com/afeiship/wsui-layout-fixed-sidebar/blob/master/LICENSE.txt[size-image]: https://img.shields.io/bundlephobia/minzip/@jswork/wsui-layout-fixed-sidebar
[size-url]: https://github.com/afeiship/wsui-layout-fixed-sidebar/blob/master/dist/wsui-layout-fixed-sidebar.min.js[download-image]: https://img.shields.io/npm/dm/@jswork/wsui-layout-fixed-sidebar
[download-url]: https://www.npmjs.com/package/@jswork/wsui-layout-fixed-sidebar