All Projects → phuoc-ng → Csslayout

phuoc-ng / Csslayout

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

Programming Languages

typescript
32286 projects
SCSS
7915 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Csslayout

csslayout
A collection of popular layouts and patterns made with CSS. Now it has 100+ patterns and continues growing!
Stars: ✭ 7,297 (+51.01%)
Mutual labels:  flexbox, css-grid, grid-layout, flexbox-layout
tetris-grid
◼️Lightweight and simple CSS grid
Stars: ✭ 16 (-99.67%)
Mutual labels:  flexbox, css-grid
hangman-game
A responsive hangman game built with vanilla javascript, html, and css. Animated with GSAP and canvas animations.
Stars: ✭ 22 (-99.54%)
Mutual labels:  flexbox, css-grid
40-lines-of-Sass
Full featured flexbox grid in 40 lines of Sass
Stars: ✭ 20 (-99.59%)
Mutual labels:  flexbox, css-grid
flex-box-grid
Responsive, mobile first Flexbox Grid
Stars: ✭ 39 (-99.19%)
Mutual labels:  grid-layout, flexbox-layout
grid-garden
Solutions to CSS Grid Garden
Stars: ✭ 79 (-98.37%)
Mutual labels:  css-grid, grid-layout
StackViewLayout
Coming soon!
Stars: ✭ 26 (-99.46%)
Mutual labels:  flexbox, flexbox-layout
Canvas Sketch
App to sketch out a business model canvas
Stars: ✭ 232 (-95.2%)
Mutual labels:  webpack, css-grid
i-Cut
🔨 个人技术栈
Stars: ✭ 18 (-99.63%)
Mutual labels:  flexbox, grid-layout
ReactSimpleFlexGrid
A way to quickly add a Grid Layout to your React app 🚀
Stars: ✭ 185 (-96.17%)
Mutual labels:  flexbox, grid-layout
aioneframework
Aione Framework: All-in-one lightweight mobile first front-end framework to design websites, web applications, mobile applications, progressive web applications having large number of examples, documentation, tutorials, community support, components.
Stars: ✭ 13 (-99.73%)
Mutual labels:  css-grid, grid-layout
60gs
60GS - 60 Columns Grid System based on CSS Grid Layout
Stars: ✭ 65 (-98.65%)
Mutual labels:  css-grid, grid-layout
gridbugs-ru
Перевод списка багов в CSS Grid Layout, курируемого Рейчел Эндрю
Stars: ✭ 27 (-99.44%)
Mutual labels:  css-grid, grid-layout
vanilla-js
Projects using pure JavaScript without any external libraries or frameworks
Stars: ✭ 129 (-97.33%)
Mutual labels:  flexbox, css-grid
zeus
A novel mobile first flexbox BEM css grid.
Stars: ✭ 14 (-99.71%)
Mutual labels:  flexbox, grid-layout
Flexor
Blazor flexbox components
Stars: ✭ 23 (-99.52%)
Mutual labels:  flexbox, flexbox-layout
React Css Grid
React layout component based on CSS Grid Layout and built with styled-components
Stars: ✭ 239 (-95.05%)
Mutual labels:  grid-layout, css-grid
Fe
前端 100 天,帮助 10W 人入门并进阶前端。
Stars: ✭ 907 (-81.23%)
Mutual labels:  webpack, flexbox
grid-layout
grid-layout is a layout engine which implements grid, can use in canvas/node-canvas
Stars: ✭ 43 (-99.11%)
Mutual labels:  css-grid, grid-layout
Katana
Katana is CSS Layout System made with Flexbox
Stars: ✭ 57 (-98.82%)
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/1milligram/csslayout
  • Install the dependencies:
$ cd csslayout
$ npm install
  • Run it on the local:
$ npm run dev

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

Contributing

PRs are welcomed. If you thing 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].