Layout primitives for Tailwind CSS
Tailwind Layouts is a Tailwind CSS plugin. After installing it, you get:
- A comprehensive set of framework-agnostic layout utilities.
- A wonderful DX and autocompletions with Tailwind IntelliSense.
- No bloat. Only the classes you use end up in your final CSS.
What are layout primitives?
Layout primitives are just CSS classes designed with a utility-first approach, which means each layout class has a single responsibility. You can compose primitives to build any complex layout you want.
Explore layout primitives →Why does this exist?
Layout is the missing piece of your design system. You do not have to reinvent the wheel every time you have to build a new layout. Most layouts can be broken down into a set of simple building blocks.
Read more →