This repository was archived by the owner on May 14, 2019. It is now read-only.
- Notifications
You must be signed in to change notification settings - Fork124
📏 Minimal 2kb zero dependency cascading grid layout
License
NotificationsYou must be signed in to change notification settings
hnqso/minigrid
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Minigrid is a minimal 2kb zero dependency cascading grid layout.
Website & Documentation:http://alves.im/minigrid.
There's a simple example onjsbin.
UsingNPM
npm install minigrid --save
Or 1998 script tag from unpkg:
<script src="https://unpkg.com/minigrid@3.1.1/dist/minigrid.min.js"></script>
It works on a grid container with a group of grid items.
<div> <div></div> <div></div> <div></div></div>
Then:
var grid = new Minigrid({ container: '.cards', item: '.card', gutter: 6});grid.mount();
Minigrid was built having in mind "cards" with same width and different heights. If your cards have different width sizes or you need more power Minigrid might not be right for you.
Plese seeCONTRIBUTING.
MIT © 2016Henrique Alves
About
📏 Minimal 2kb zero dependency cascading grid layout
Topics
Resources
License
Stars
Watchers
Forks
Packages0
No packages published