Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/siarie/fxgrid

Simple CSS grid framework based on flexbox.
https://github.com/siarie/fxgrid

css css-grid flexbox framework grid scss showcase

Last synced: 16 days ago
JSON representation

Simple CSS grid framework based on flexbox.

Awesome Lists containing this project

README

        

# fxgrid

A simple CSS grid system based on flexbox.

fxgrid includes only basic grid functionality. That mean no offset, alignment,
and reordering features like [other][bootstrap] [flexbox][flexboxgrid] [system][bulma] do.

[bootstrap]: https://getbootstrap.com/docs/5.1/layout/columns/
[flexboxgrid]: https://flexboxgrid.com
[bulma]: https://bulma.io/documentation/columns

# Install

Installation method available:

* [Download the latest release](https://github.com/siarie/fxgrid/releases)
* Install via npm `npm i fxgrid` or use yarn `yarn add fxgrid`
* Via CDN using [unpkg](https://unpkg.com/fxgrid@latest)

# Example Usage

```html




fxgrid start!




...

...

...

...


```