All Projects → ZS → powergrid

ZS / powergrid

Licence: MIT license
Powerful grid system with CSS grid layout. Works in all modern browsers and IE11.

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to powergrid

youtube-css-grid
Layout do YouTube com CSS Grid Layout
Stars: ✭ 30 (+66.67%)
Mutual labels:  grid-layout, css-grid-layout
grid-garden
Solutions to CSS Grid Garden
Stars: ✭ 79 (+338.89%)
Mutual labels:  grid-layout, css-grid-layout
Bedrock
Foundational Layout Primitives for your React App
Stars: ✭ 173 (+861.11%)
Mutual labels:  layouts, grid-layout
gridbugs-ru
Перевод списка багов в CSS Grid Layout, курируемого Рейчел Эндрю
Stars: ✭ 27 (+50%)
Mutual labels:  grid-layout, css-grid-layout
Nepali Romanized Pro
Nepali Romanized Keyboard Layout with installer for macOS
Stars: ✭ 18 (+0%)
Mutual labels:  layouts
Xamcustomlayouts
Xamarin.Forms Custom Layouts - Cards
Stars: ✭ 15 (-16.67%)
Mutual labels:  layouts
Lain
Awesome WM complements
Stars: ✭ 716 (+3877.78%)
Mutual labels:  layouts
Driveway
pure CSS masonry layouts
Stars: ✭ 607 (+3272.22%)
Mutual labels:  layouts
flexboxes
CSS flexbox framework with pure flexbox grid ability
Stars: ✭ 27 (+50%)
Mutual labels:  layouts
effectiveweb.training
Repository for Effective Web Online Course / airhacks.io
Stars: ✭ 17 (-5.56%)
Mutual labels:  grid-layout
Contour
Layouts with lambdas 😎
Stars: ✭ 1,325 (+7261.11%)
Mutual labels:  layouts
Bootstrap4layouts
A Template for Bootstrap 4 based on my Bootstrap 4 Layouts course on LinkedIn Learning
Stars: ✭ 44 (+144.44%)
Mutual labels:  layouts
Bforartists
Bforartists is a fork of the popular 3D software Blender, with the goal to improve the UI.
Stars: ✭ 240 (+1233.33%)
Mutual labels:  layouts
RatioLayouts
A collection of ViewGroups which can have a constant width to height ratio.
Stars: ✭ 19 (+5.56%)
Mutual labels:  layouts
Easyflipview
💳 A quick and easy flip view through which you can create views with two sides like credit cards, poker cards etc.
Stars: ✭ 1,221 (+6683.33%)
Mutual labels:  layouts
Flutter Examples
An ultimate cheatbook of curated designs
Stars: ✭ 675 (+3650%)
Mutual labels:  layouts
onlineResume
Harry's personal website
Stars: ✭ 15 (-16.67%)
Mutual labels:  grid-layout
Ordnung
The 1kb alternative to Isotope
Stars: ✭ 79 (+338.89%)
Mutual labels:  layouts
Uistatus
一个简单且强大的Ui状态视图控制库!
Stars: ✭ 137 (+661.11%)
Mutual labels:  layouts
Discrollview2
[DEPRECATED]Android Library for fancy layouts
Stars: ✭ 79 (+338.89%)
Mutual labels:  layouts

Powergrid

License: MIT Build Status

About

CSS Grid layout is the latest and most powerful known layout system available in CSS. It can handle both rows and columns that's why also known as 2-dimensional sytem. It has solved many problems that we have come across or tried to hack them around using properties like positioning, floats, inline-block, etc while creating a layout.

As its a new system, it could be difficult for the newbies and also for those who are not much into CSS to create layout using CSS Grid. So we require something that helps us understand about CSS Grid and also to create a layout using it. So we have Powergrid as a solution to these problems.

Powergrid is an easy to use yet a powerful tool to readily build a cross-browser CSS Grid system. It provides a simple interface where we can create our own grid without thinking much about browser compatibility. We can also learn about CSS Grid while playing around with this tool as it also provides the source code of the built Grid.

Usage:

  • Go to the demo.
  • See the Grid built using default configuration.
  • You can build your own customized Grid by clicking anywhere on the Grid and changing the values using json or the user interface provided on a modal.
  • View the source code (HTML and CSS) of the built Grid from "View Source" option in one of the tab inside a modal and you can also copy it.
  • You can also clone this repository using git clone https://github.com/ZS/powergrid.git command or download zip. And run npm install command after downloading/cloning the repository to play with powergrid.

Issues and bug reporting

Please feel free to add a bug / feature request / suggestions to the issue tracker.

Contributing to Powergrid

We love your input! And, we are really glad you're reading this, because we want to take this project to the next level with the help of enthusiast like you. We want to make contributing to this project as easy and transparent as possible. Please refer to our contribution guideline document for more details.

References

Please check our branch to get upcoming versions and features. To make you even more comfortable with Powergrid, we have created several documents for you. Please feel free to take a look,

Also check changelog for more detailed information about new features, bug fixes and releases.

Credits

  • Wicked Elements Copyright (c) 2018, Andrea Giammarchi, @WebReflection under ISC
  • Bootstrap Copyright (c) 2011-2019 Twitter, Inc. Copyright (c) 2011-2019 The Bootstrap Authors under MIT
  • Highlight.js Copyright (c) 2006, Ivan Sagalaev
  • JSON Editor by josdejong under Apache License 2.0
  • Placeholder.com Free image placeholder service for web designers, serving billions and billions of images each year.
  • Babel Copyright (c) 2014-present Sebastian McKenzie and other contributors under MIT
  • Jasmine Copyright (c) 2008-2017 Pivotal Labs under MIT
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].