Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

chewing-grid.css

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

chewing-grid.css

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

  • 3.1.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
Source

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.

Keywords

FAQs

Package last updated on 03 Nov 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc