https://github.com/afeiship/wsui-emgrid
A responsive grid system based on em justify list.
https://github.com/afeiship/wsui-emgrid
css em grid justify list responsive unit
Last synced: 3 months ago
JSON representation
A responsive grid system based on em justify list.
- Host: GitHub
- URL: https://github.com/afeiship/wsui-emgrid
- Owner: afeiship
- License: mit
- Created: 2021-02-08T15:57:32.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-03-21T16:04:49.000Z (about 3 years ago)
- Last Synced: 2025-01-06T08:09:33.091Z (5 months ago)
- Topics: css, em, grid, justify, list, responsive, unit
- Language: SCSS
- Homepage:
- Size: 20.5 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-emgrid
> A responsive grid system based on em justify list.[![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-emgrid
```## usage
```scss
// use sass
@import '~@jswork/wsui-emgrid/dist/index.scss';
// use css
@import '~@jswork/wsui-emgrid/dist/style.css';
```## preview
- https://afeiship.github.io/wsui-emgrid/## license
Code released under [the MIT license](https://github.com/afeiship/wsui-emgrid/blob/master/LICENSE.txt).[version-image]: https://img.shields.io/npm/v/@jswork/wsui-emgrid
[version-url]: https://npmjs.org/package/@jswork/wsui-emgrid[license-image]: https://img.shields.io/npm/l/@jswork/wsui-emgrid
[license-url]: https://github.com/afeiship/wsui-emgrid/blob/master/LICENSE.txt[size-image]: https://img.shields.io/bundlephobia/minzip/@jswork/wsui-emgrid
[size-url]: https://github.com/afeiship/wsui-emgrid/blob/master/dist/wsui-emgrid.min.js[download-image]: https://img.shields.io/npm/dm/@jswork/wsui-emgrid
[download-url]: https://www.npmjs.com/package/@jswork/wsui-emgrid