Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/siarie/fxgrid
- Owner: siarie
- License: mit
- Created: 2020-05-03T13:41:56.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-09-03T03:54:25.000Z (over 3 years ago)
- Last Synced: 2024-12-19T18:28:47.316Z (16 days ago)
- Topics: css, css-grid, flexbox, framework, grid, scss, showcase
- Language: SCSS
- Homepage:
- Size: 310 KB
- Stars: 3
- Watchers: 1
- 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!
...
...
...
...
```