Tailwind: Difference between revisions

From Training Material
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 17: Line 17:


== Introduction ==
== Introduction ==
* Developed by engineer Adam Wathan
* Developed by engineer ''Adam Wathan''
** ''"A CSS framework for building user interfaces"''
** ''"A CSS framework for building user interfaces"''
* Tailwind enables websites to display
** can be composed to build any design, directly in our markup
** '''Complex''' animations
** unapologetically modern
** '''Large''' volumes of data
* It has all we need:
** Other '''memory-heavy''' tasks without slowing down
** Responsive design, Filters, Dark mode, CSS variables, P3 colors
** CSS grid layout, Transitions and animations, Cascade layers
** Logical properties, Container queries, Gradients, 3D transforms
* Alternatives?
** Bootstrap CSS (or it's clones, like ''ng-bootstrap'')
** vanillaframework.io
 
=== Intro Con't ===
Ship faster and smaller.
text-base
text-gray-950
Tailwind automatically removes all unused CSS when building for production, which means your final CSS bundle is the smallest it could possibly be. In fact, most Tailwind projects ship less than 10kB of CSS to the client.
 
Build whatever you want, without touching your CSS file.
text-base
text-gray-950
Because Tailwind is so low-level, it never encourages you to design the same site twice. Some of your favorite sites are built with Tailwind, and you probably had no idea.
 
Move even faster with Tailwind Plus.
text-base
text-gray-950
Tailwind Plus is a collection of beautiful, fully responsive UI components, designed and developed by us, the creators of Tailwind CSS. It's got hundreds of ready-to-use examples to choose from, and is guaranteed to help you find the perfect starting point for what you want to build.
Templates, UI Blocks, UI Kit

Revision as of 21:34, 26 January 2026

THIS IS A DRAFT

This text may not be complete.

title
Tailwind Training Course
author
Lukasz Sokolowski


Tailwind

Tailwind Training Materials

Introduction

  • Developed by engineer Adam Wathan
    • "A CSS framework for building user interfaces"
    • can be composed to build any design, directly in our markup
    • unapologetically modern
  • It has all we need:
    • Responsive design, Filters, Dark mode, CSS variables, P3 colors
    • CSS grid layout, Transitions and animations, Cascade layers
    • Logical properties, Container queries, Gradients, 3D transforms
  • Alternatives?
    • Bootstrap CSS (or it's clones, like ng-bootstrap)
    • vanillaframework.io

Intro Con't

Ship faster and smaller.
text-base 
text-gray-950
Tailwind automatically removes all unused CSS when building for production, which means your final CSS bundle is the smallest it could possibly be. In fact, most Tailwind projects ship less than 10kB of CSS to the client.
Build whatever you want, without touching your CSS file.
text-base 
text-gray-950
Because Tailwind is so low-level, it never encourages you to design the same site twice. Some of your favorite sites are built with Tailwind, and you probably had no idea.
Move even faster with Tailwind Plus.
text-base 
text-gray-950
Tailwind Plus is a collection of beautiful, fully responsive UI components, designed and developed by us, the creators of Tailwind CSS. It's got hundreds of ready-to-use examples to choose from, and is guaranteed to help you find the perfect starting point for what you want to build.
Templates, UI Blocks, UI Kit