Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/afeiship/wsui-layout-holy-grail
Holy Grail Layout solved by flexbox.
https://github.com/afeiship/wsui-layout-holy-grail
flex grail holy layout wsui
Last synced: 20 days ago
JSON representation
Holy Grail Layout solved by flexbox.
- Host: GitHub
- URL: https://github.com/afeiship/wsui-layout-holy-grail
- Owner: afeiship
- License: mit
- Created: 2016-11-17T01:54:54.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2021-11-18T01:28:22.000Z (about 3 years ago)
- Last Synced: 2024-10-29T14:23:32.478Z (2 months ago)
- Topics: flex, grail, holy, layout, wsui
- Language: JavaScript
- Homepage:
- Size: 23.4 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-holy-grail
> Holy Grail Layout solved by flexbox.[![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-holy-grail
```## usage
```scss
// use sass
@import '~@jswork/wsui-layout-holy-grail/dist/index.scss';
// use css
@import '~@jswork/wsui-layout-holy-grail/dist/style.css';
``````html
Header
Main content of the page
Footer
```
## preview
- https://afeiship.github.io/wsui-layout-holy-grail/## license
Code released under [the MIT license](https://github.com/afeiship/wsui-layout-holy-grail/blob/master/LICENSE.txt).[version-image]: https://img.shields.io/npm/v/@jswork/wsui-layout-holy-grail
[version-url]: https://npmjs.org/package/@jswork/wsui-layout-holy-grail[license-image]: https://img.shields.io/npm/l/@jswork/wsui-layout-holy-grail
[license-url]: https://github.com/afeiship/wsui-layout-holy-grail/blob/master/LICENSE.txt[size-image]: https://img.shields.io/bundlephobia/minzip/@jswork/wsui-layout-holy-grail
[size-url]: https://github.com/afeiship/wsui-layout-holy-grail/blob/master/dist/wsui-layout-holy-grail.min.js[download-image]: https://img.shields.io/npm/dm/@jswork/wsui-layout-holy-grail
[download-url]: https://www.npmjs.com/package/@jswork/wsui-layout-holy-grail