3.0.2 • Published 5 years ago

@the_martux/flexo v3.0.2

Weekly downloads
-
License
BSD-2
Repository
github
Last release
5 years ago

Flexo

Light css grid and wireframe based on flex property.

How to use it

Link dev(wireframe intergated)

<link rel="stylesheet" href="http://davidemartucci.it/flexo/dev/css/flexo.css">

Link dist(minify)

<link rel="stylesheet" href="http://davidemartucci.it/flexo/dist/css/flexo.min.css">

Basic elements

  • Container: this element contains all the rows and can have a fixed or fluid length.

  • Row: contains the box and can have a fixed or fluid length.

  • Box: this element is the grid cell. can be fixed or flexible.

  • Box in: is the contents of the cell. Here it is possible to insert other grids.

  • Flex: is the basic flex property.

image


Wireframe

image


Documentation