All Projects → 1milligram → csslayout

1milligram / csslayout

Licence: MIT license
A collection of popular layouts and patterns made with CSS. Now it has 100+ patterns and continues growing!

Programming Languages

SCSS
7915 projects
Nunjucks
165 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to csslayout

Csslayout
This project is developed by Nguyen Huu Phuoc. I love building products and sharing knowledge.
Stars: ✭ 4,832 (-33.78%)
Mutual labels:  flexbox, css-grid, grid-layout, flexbox-layout
Waffle Grid
An easy to use flexbox grid system.
Stars: ✭ 602 (-91.75%)
Mutual labels:  flexbox, css-grid
Must Watch Css
A useful list of must-watch talks about CSS
Stars: ✭ 3,966 (-45.65%)
Mutual labels:  flexbox, css-grid
Overwatch Hero Picker
Let's build the overwatch hero picker UI with CSS grid & flexbox
Stars: ✭ 37 (-99.49%)
Mutual labels:  flexbox, grid-layout
Grd
A CSS grid framework using Flexbox. Only 321 bytes (Gzipped).
Stars: ✭ 2,210 (-69.71%)
Mutual labels:  flexbox, grid-layout
Reactsimpleflexgrid
A way to quickly add a Grid Layout to your React app 🚀
Stars: ✭ 181 (-97.52%)
Mutual labels:  flexbox, grid-layout
Flexbox
CSS library for easier work with flex boxes
Stars: ✭ 17 (-99.77%)
Mutual labels:  flexbox, grid-layout
i-Cut
🔨 个人技术栈
Stars: ✭ 18 (-99.75%)
Mutual labels:  flexbox, grid-layout
The Flex Grid
The Flex Grid is a responsive CSS flexbox grid. Because we can!
Stars: ✭ 45 (-99.38%)
Mutual labels:  flexbox, css-grid
Blueprint Css
📘 Blueprint CSS is a modern responsive CSS layout library & grid built on top of CSS Grid and Flexbox.
Stars: ✭ 233 (-96.81%)
Mutual labels:  flexbox, css-grid
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 (-98.97%)
Mutual labels:  flexbox, grid-layout
zeus
A novel mobile first flexbox BEM css grid.
Stars: ✭ 14 (-99.81%)
Mutual labels:  flexbox, grid-layout
Katana
Katana is CSS Layout System made with Flexbox
Stars: ✭ 57 (-99.22%)
Mutual labels:  flexbox, css-grid
ReactSimpleFlexGrid
A way to quickly add a Grid Layout to your React app 🚀
Stars: ✭ 185 (-97.46%)
Mutual labels:  flexbox, grid-layout
Griddle
A CSS Grid Framework
Stars: ✭ 215 (-97.05%)
Mutual labels:  flexbox, css-grid
Cirrus
☁️ The CSS framework for the modern web.
Stars: ✭ 716 (-90.19%)
Mutual labels:  flexbox, css-grid
StackViewLayout
Coming soon!
Stars: ✭ 26 (-99.64%)
Mutual labels:  flexbox, flexbox-layout
40-lines-of-Sass
Full featured flexbox grid in 40 lines of Sass
Stars: ✭ 20 (-99.73%)
Mutual labels:  flexbox, css-grid
Vue Flexboxgrid
Vue components made with Flexboxgrid
Stars: ✭ 37 (-99.49%)
Mutual labels:  flexbox, css-grid
Infinity Css Grid
Fluid Flex Solution for making infinite grid columns.
Stars: ✭ 112 (-98.47%)
Mutual labels:  flexbox, css-grid

CSS Layout

A collection of popular layouts and patterns made with CSS:

  • 🎉 Zero dependencies
  • 🎉 No frameworks
  • 🎉 No CSS hacks
  • 🎉 Real use cases
  • Good practices (coming soon)
  • Accessibility Support (coming soon)

Why

Being a front-end engineer, I have to deal with a lot of layouts and components. There are a lot of CSS frameworks out there that provide popular layouts/components but I usually don't want to include all of them in my project.

So I collect most popular layouts and components that can be built with pure CSS. They are powered by modern CSS features such as flexbox and grid.

They are great starting points to be picked and customized easily for each specific need. By composing them, you can have any possible layout that exists in the real life.

Running it on local

  • Clone the project:
$ git clone https://github.com/phuocng/csslayout
  • Install the dependencies:
$ cd csslayout
$ npm install
  • Run it on the local:
$ npm run start

Visit http://localhost:8081 to see it in action.

Contributing

PRs are welcomed. If you think there are any missing useful layouts or patterns, please create an issue or submit a PR.

It's important to note that you should run the following command to lint the code:

$ npm run lint

If there is any issue, it will be logged in the tslint.log file.

About

This project is developed by Nguyen Huu Phuoc. I love building products and sharing knowledge.

Be my friend on

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].