All Projects → 1000ch → Grd

1000ch / Grd

Licence: mit
A CSS grid framework using Flexbox. Only 321 bytes (Gzipped).

Programming Languages

HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to Grd

Reactsimpleflexgrid
A way to quickly add a Grid Layout to your React app 🚀
Stars: ✭ 181 (-91.81%)
Mutual labels:  grid, grid-layout, flexbox
ReactSimpleFlexGrid
A way to quickly add a Grid Layout to your React app 🚀
Stars: ✭ 185 (-91.63%)
Mutual labels:  grid, flexbox, grid-layout
React Rasta
React Rasta is a powerful and flexible grid system for React
Stars: ✭ 88 (-96.02%)
Mutual labels:  grid, grid-layout
Vue Fraction Grid
Flexbox based responsive fraction grid system
Stars: ✭ 88 (-96.02%)
Mutual labels:  grid, flexbox
Griz
Grid library for React; Rescue the cat
Stars: ✭ 99 (-95.52%)
Mutual labels:  grid, flexbox
Angular Grid Layout
Responsive grid with draggable and resizable items for Angular applications.
Stars: ✭ 163 (-92.62%)
Mutual labels:  grid, grid-layout
Interior
Design system for the modern web.
Stars: ✭ 77 (-96.52%)
Mutual labels:  grid, grid-layout
React Awesome Styled Grid
A responsive 8-point grid system layout for React using styled-components
Stars: ✭ 157 (-92.9%)
Mutual labels:  grid, grid-layout
Equalizecss
Css framework with grid based on flexboxes
Stars: ✭ 61 (-97.24%)
Mutual labels:  grid, flexbox
Bootstrap Grid Css
The grid and responsive utilities classes extracted from the Bootstrap 4 framework, compiled into CSS.
Stars: ✭ 119 (-94.62%)
Mutual labels:  grid, grid-layout
Griddd
A dead simple, customisable, flexbox-based griddd
Stars: ✭ 108 (-95.11%)
Mutual labels:  grid, flexbox
React Flexa
Responsive React Flexbox (CSS Flexible Box Layout Module) grid system based heavily on the standard CSS API.
Stars: ✭ 120 (-94.57%)
Mutual labels:  grid, flexbox
Grid
This package has moved and renamed
Stars: ✭ 2,079 (-5.93%)
Mutual labels:  grid, flexbox
Personal Goals
List of books I've read, projects I've done, videos I've seen, articles I've read or podcasts I've listened to.
Stars: ✭ 75 (-96.61%)
Mutual labels:  grid-layout, flexbox
Grid Cheatsheet
CSS Grid cheat sheet
Stars: ✭ 83 (-96.24%)
Mutual labels:  grid, grid-layout
React Native Grid List
🌁 Grid list component implemented with FlatList
Stars: ✭ 74 (-96.65%)
Mutual labels:  grid, grid-layout
React Photo Layout Editor
Photo layout editor for react
Stars: ✭ 96 (-95.66%)
Mutual labels:  grid, grid-layout
Atgrid.css
CSS Grid System with attribute selectors
Stars: ✭ 37 (-98.33%)
Mutual labels:  grid, flexbox
Lemon
🍋 Minimal and responsive CSS framework for fast building websites.
Stars: ✭ 51 (-97.69%)
Mutual labels:  grid, flexbox
Reflexbox
Moved to https://rebassjs.org
Stars: ✭ 1,369 (-38.05%)
Mutual labels:  grid, flexbox

grd ""

""

A CSS grid framework using Flexbox.

  • Simple: Provides just 2 base classes Grid and Cell and some modifiers.
  • Light-weight: Only 321 bytes (Gzipped).
  • Flexible: Easy to use Flexbox features.

Flexible Box Layout Module and calc() as CSS unit value used in Grd are available on modern browsers (Chrome, Firefox, Safari, Opera, Edge and IE11).

If you want to use Grd with Sass, you can choose grd-sass as Sass port.

Install

npm install grd

Usage

<div class="Grid">
  <div class="Cell -3of12">3of12</div>
  <div class="Cell -9of12">9of12</div>
</div>

Grid modifiers

Vertical layout Description
-top Pull items to top
-middle Pull items to middle
-bottom Pull items to bottom
-stretch Stretch items
-baseline Pull items to baseline
Horizontal layout Description
-left Layout items to left
-center Layout items To center
-right Layout items to right
-between Add spaces between items
-around Add spaces around items

Cell modifiers

Cell width Description
-fill Set item width to left
-1of12 Set item width to 8.3%
-2of12 Set item width to 16.7%
-3of12 Set item width to 25%
-4of12 Set item width to 33%
-5of12 Set item width to 41.7%
-6of12 Set item width to 50%
-7of12 Set item width to 58.3%
-8of12 Set item width to 66.7%
-9of12 Set item width to 75%
-10of12 Set item width to 83.3%
-11of12 Set item width to 91.7%
-12of12 Set item width to 100%

License

MIT © Shogo Sensui

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].