Giter Site home page Giter Site logo

umarmughal / chewing-grid.css Goto Github PK

View Code? Open in Web Editor NEW

This project forked from tzi/chewing-grid.css

0.0 2.0 0.0 3.02 MB

A CSS Grid ideal for card listing design like tiles, videos or articles listing. Responsive without media-queries.

Home Page: http://tzi.github.io/chewing-grid.css

License: MIT License

Shell 0.25% CSS 99.75%

chewing-grid.css's Introduction

chewing-grid.css Build Status

A CSS Grid ideal for card listing design like tiles, videos or articles listing.

No media queries, yet chewing-grid will adjust the number of columns depending on the available width and your settings regarding:

  • the maximum number of columns
  • the minim and maximum card width

chewing-grid provides atomic classes ready to use in your HTML (1 to 12 columns and widths in 50px intervals). You can also use it with Sass to generate your own classes, or even to build a custom semantic grid.

Here's a GIF to show you how it looks. If you want to play with it, check out the live demo.

Demonstration screencast

Quick start

Install chewing-grid via npm

npm install chewing-grid.css --save

or via bower

bower install chewing-grid.css --save

For example: the following HTML use atomic classes to create a grid where the cells are:

  • Maximum 4 in the same row
  • Minimum 300px large
  • Maximum 500px large
<link rel="stylesheet" type="text/css" href="build/chewing-grid-atomic.css"/>
<ul class="chew-row chew-row--col-4 chew-row--card-min-300 chew-row--card-min-500">
    <li class="chew-cell">
        <div class="chew-card">1</div>
    </li>
    <li class="chew-cell">
        <div class="chew-card">2</div>
    </li>
    <!-- [...] -->
</ul>

Read the documentation to go further.

How to Contribute

  1. Star the project!
  2. Report a bug that you have found.
  3. Tweet and blog about chewing-grid and Let me know about it.
  4. Pull requests are also highly appreciated.

Author & Community

chewing-grid is under MIT License.
It was created & is maintained by Thomas ZILLIOX.

chewing-grid.css's People

Contributors

tzi avatar

Watchers

James Cloos avatar Umar Mughal avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.