Stack Snacks

Share this post

CSS Frameworks 2022

www.stack-snacks.com

CSS Frameworks 2022

John Siwicki
May 6, 2022
Share this post

CSS Frameworks 2022

www.stack-snacks.com

If you want a layout framework in 2022 what do you reach for. Bootstrap has recently had a major release. But, what if you just want something that is just small and just to help you with some layouts and have a very minimal file size because you want to handle all of the other stuff that you might get with a bootstrap yourself. What can we reach for for layout stability.

Below is a great roundup of a lot of different frameworks. I am going to pull out a few that I thought were interesting.

GitHub - troxler/awesome-css-frameworks: List of awesome CSS frameworks in 2022

List of awesome CSS frameworks in 2022. Contribute to troxler/awesome-css-frameworks development by creating an account on GitHub.
GitHubtroxler

The GitHub repo is comprehensive but there were a few frameworks that caught my eye.

chota - A micro CSS framework

A micro (~3kb) CSS framework. FWIW, "choṭā" means "small" in Hindi

Chota is super lightweight and has some class names and structure that feels comfortable and familiar if you used Bootstrap and Foundation.

Documentation - Picnic CSS

A lightweight CSS library
Picnic CSS

Picnic CSS caught my attention because it feels like tailwind light with some class names for example here is one of their demos.

<div class="flex three center demo">
  <div><span>1</span></div>
  <div><span>2</span></div>
  <div><span>3</span></div>
  <div><span>4</span></div>
  <div><span>5</span></div>
</div>

Picnic is still pushing updates to their repo so it is worth watching.The interesting thing about CSS Frameworks is going to be where they end up fighting in the world in the future. Do you try to start to roll your system? Do you just use Tailwind?


I think these different frameworks all have a place and it is nice to have the exist for some projects.

Share this post

CSS Frameworks 2022

www.stack-snacks.com
Comments
TopNew

No posts

Ready for more?

© 2023 John Siwicki
Privacy ∙ Terms ∙ Collection notice
Start WritingGet the app
Substack is the home for great writing