Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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




Sidebar 1




Sidebar 2





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