2.3.0 • Published 8 years ago

just-the-grid v2.3.0

Weekly downloads
5
License
MIT
Repository
github
Last release
8 years ago

Just The Grid

Just a handy flex grid to build any layout you want.

About

The grid is build using the flex css property, which makes it easy to create any layout you want. If you are familiar with the Bootstrap Grid, you will find many similarities, if you are a novice - it will take only some minutes to understand, how it works.

Installation

There are several options, how you can install the grid:

Npm

npm i just-the-grid --save

GitHub

GitHub

Documentation

Here is the list of classes:

Containers

.container

.container-fluid

Rows

.row

Direction

.direction-..-row (default behaviour | sm and up)

.direction-..-row-reverse

.direction-..-column

.direction-..-column-reverse

Main Axis Alignment

.align-..-start (default behaviour | sm and up)

.align-..-center

.align-..-end

.align-..-around

.align-..-between

Cross Axis Alignment

.align-..-stretch (default behaviour | sm and up)

.align-..-baseline

.align-..-top

.align-..-middle

.align-..-bottom

Columns

.col-(xs | sm | md | lg)-(1 - 12)

Offsets

.offset-(xs | sm | md | lg)-(0 - 12)

Ordering

.order-..-first

.order-..-last

Visibility

.hidden-..

.hidden-(xs | sm | md)-up

License

MIT

2.3.0

8 years ago

2.2.0

8 years ago

2.1.0

8 years ago

2.0.2

8 years ago

2.0.1

8 years ago

2.0.0

8 years ago

1.1.0

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago