fxgrid

1.0.0 • Public • Published

fxgrid

A simple CSS grid system based on flexbox.

fxgrid only include basic grid functionality. That's mean there is no offset, alignment, and reordering features like other flexbox system do.

Install

Installation method available:

Example Usage

<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>fxgrid start!</title>
    <link rel="stylesheet" href="https://unpkg.com/fxgrid@latest">
  </head>
  <body>
    <div class="row">
      <div class="col" sm="6" md="4" lg="3">...</div>
      <div class="col" sm="6" md="4" lg="3">...</div>
      <div class="col" sm="6" md="4" lg="3">...</div>
      <div class="col" sm="6" md="4" lg="3">...</div>
    </div>
  </body>
</html>

Readme

Keywords

Package Sidebar

Install

npm i fxgrid

Weekly Downloads

2

Version

1.0.0

License

MIT

Unpacked Size

19.6 kB

Total Files

7

Last publish

Collaborators

  • ompari
  • siariee