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: about 1 month ago
JSON representation
Simple CSS grid framework based on flexbox.
- Host: GitHub
- URL: https://github.com/siarie/fxgrid
- Owner: siarie
- License: mit
- Created: 2020-05-03T13:41:56.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-09-03T03:54:25.000Z (over 4 years ago)
- Last Synced: 2025-10-27T12:38:50.238Z (5 months ago)
- Topics: css, css-grid, flexbox, framework, grid, scss, showcase
- Language: SCSS
- Homepage:
- Size: 310 KB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!
...
...
...
...
```