All Projects → dope → Lemonade

dope / Lemonade

simple flexible grid

Projects that are alternatives of or similar to Lemonade

Interior
Design system for the modern web.
Stars: ✭ 77 (-83.15%)
Mutual labels:  grid, scss
Blazm.components
A few useful and awesome components for Blazor. Blazor + awesome (azm)=Blazm (Blossom)
Stars: ✭ 29 (-93.65%)
Mutual labels:  grid, scss
Neat
Neat is maintained by the thoughtbot design team. It is funded by thoughtbot, inc. and the names and logos for thoughtbot are trademarks of thoughtbot, inc.
Stars: ✭ 4,506 (+886%)
Mutual labels:  grid, scss
Iota
A responsive micro-framework for the grid spec powered by CSS custom properties.
Stars: ✭ 189 (-58.64%)
Mutual labels:  grid, scss
Baseguide
Lightweight and robust CSS framework for prototyping and production code.
Stars: ✭ 127 (-72.21%)
Mutual labels:  grid, scss
Gridlex
Just a CSS Flexbox Grid System
Stars: ✭ 1,328 (+190.59%)
Mutual labels:  grid, scss
Bojler
Bojler is an email framework
Stars: ✭ 885 (+93.65%)
Mutual labels:  grid, scss
Griddd
A dead simple, customisable, flexbox-based griddd
Stars: ✭ 108 (-76.37%)
Mutual labels:  grid, scss
Flexible Grid
Flexible grid layouts to get you familiar with building within the flexible grid system.(HTML, CSS, SASS, SCSS)
Stars: ✭ 154 (-66.3%)
Mutual labels:  grid, scss
Blueprint Css
📘 Blueprint CSS is a modern responsive CSS layout library & grid built on top of CSS Grid and Flexbox.
Stars: ✭ 233 (-49.02%)
Mutual labels:  grid, scss
Lineage wiki
Stars: ✭ 419 (-8.32%)
Mutual labels:  scss
Gijgo
Gijgo - Free Javascript Controls
Stars: ✭ 424 (-7.22%)
Mutual labels:  grid
Open Color
Color scheme for UI design.
Stars: ✭ 4,512 (+887.31%)
Mutual labels:  scss
React Redux Grid
A React Grid/Tree Component written in the Redux Pattern
Stars: ✭ 454 (-0.66%)
Mutual labels:  grid
Reflex
responsive flexbox grid with inline-block legacy support
Stars: ✭ 417 (-8.75%)
Mutual labels:  scss
Reverie
🎨 A ridiculously elegant Jekyll theme.
Stars: ✭ 442 (-3.28%)
Mutual labels:  scss
Cheetah Grid
The fastest open-source data table for web.
Stars: ✭ 417 (-8.75%)
Mutual labels:  grid
Github Dark Theme
GitHub Dark Theme - Extension for Chrome, Firefox, and Microsoft Edge
Stars: ✭ 413 (-9.63%)
Mutual labels:  scss
Vvvebjs
Drag and drop website builder javascript library.
Stars: ✭ 4,609 (+908.53%)
Mutual labels:  scss
Ngx Datatable
✨ A feature-rich yet lightweight data-table crafted for Angular
Stars: ✭ 4,415 (+866.08%)
Mutual labels:  grid

Lemonade

Lemonade is a a simple, flexible and easy-to-customise grid system. It was created in order to give designers & developers a kickstart with their projects. It currently supports Chrome, Firefox, Safari, Opera & IE 9+, also supports major phone devices too.

Installation

  • Clone git clone https://github.com/dope/lemonade.git
  • Download the latest version
  • Install with npm: npm install lemonade-grid
  • Install with Bower: bower install lemonade

CDN Support

<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/lemonade/2.1.0/lemonade.min.css">

Getting Started

Getting started couldn't be easier

First you need to link the stylesheet

<link rel="stylesheet" type="text/css" href="css/lemonade.css">

Structuring your layouts

<div class="frame">
    <div class="bit-3">Content here</div>
    <div class="bit-3">Content here</div>
    <div class="bit-3">Content here</div>
</div>

Creating a three-column layout (for galleries for example) is really simple, this will scale down to 100% on mobile. Wrap the .bit's in a .frame class to clear the floats.

Customising your grid

Maybe you want to go old school and create a two-column layout, It's so easy all you need is basic math (along as the .bit- classes equal to 100%, it will be perfect).

<div class="frame">
    <div class="bit-75">Content here</div>
    <div class="bit-25">Content here</div>
</div>

Creating the css is also simple:

.bit-75 {width:75%;}
.bit-25 {width:25%;}

Support

If you have any questions or you're struggling with it, get in touch:

Tutorials

Build a Freshly Squeezed Responsive Grid System If you have written about Lemonade or want too - let me know

Lets make Lemonade

Currently building the real documentation website for Lemonade, If you've got any finished results of using Lemonade or you've got any kind words to say - get in touch

Thank you!

I've had some amazing feedback since creating Lemonade and I am glad it can help people.

Also want to thank people who are testing and contributing to the product.

License

Copyright (C) 2017 Joe Richardson

Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be included
in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
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].