Handy Cheatsheet Table for TailwindCSS and Bootstrap CSS Framework

Quick Reference - Tailwind CSS and Bootstrap Frameworks Unveiled in a Cheat Sheet

June 01, 2023 Dykraf

Tailwind CSS and Bootstrap CSS both offer a range of features that make them popular and widely used frameworks.

Web Story VersionWeb Story

The best features of both CSS frameworks:

I am writing about my experiences with CSS in web development, which have been a journey of learning, growth, and adaptation. CSS has enabled me to transform static HTML pages into visually captivating and interactive experiences.

Today, CSS frameworks like Bootstrap and TailwindCSS assist me and many web developers in achieving visually appealing representations of HTML pages.

Without passing judgment on which one is better, I find that Bootstrap and TailwindCSS share similar naming conventions, which greatly facilitates switching between the two frameworks and has been incredibly helpful to me.

Tailwind CSS:

Tailwind CSS and Bootstrap CSS both offer a range of features that make them popular and widely used frameworks. Here are some of the standout features of each framework:

  1. Utility-first approach: Tailwind CSS is known for its unique utility-first approach, where classes are used to apply specific styles directly in HTML. This approach offers great flexibility and allows for rapid prototyping and customization.

  2. Comprehensive utility classes: Tailwind CSS provides an extensive set of utility classes that cover a wide range of styling options, including layout, spacing, typography, colors, and more. This allows developers to easily apply styles without writing custom CSS.

  3. Responsive design support: Tailwind CSS includes built-in responsive design classes, making it straightforward to create responsive layouts and handle different screen sizes.

  4. Customization options: Tailwind CSS is highly customizable. You can configure the framework to include only the utilities you need, which helps keep the CSS file size small and reduces unused code.

  5. Community and ecosystem: Tailwind CSS has a large and active community that contributes to the development of plugins, integrations, and additional resources. There are also many pre-built components and templates available from the community.

Bootstrap CSS:
  1. Responsive grid system: Bootstrap CSS offers a responsive grid system that allows for easy creation of responsive layouts. The grid system is based on a 12-column layout and supports responsive breakpoints, making it simple to build websites that adapt well to different devices.

  2. Component library: Bootstrap CSS provides a rich set of pre-built components, such as navigation bars, buttons, modals, forms, and more. These components can be easily customized and styled to match your design requirements.

  3. Responsive utilities: Bootstrap CSS includes a range of responsive utility classes that help in handling visibility, spacing, and positioning based on different screen sizes.

  4. Browser compatibility: Bootstrap CSS is designed to work well across different browsers and devices, ensuring a consistent experience for users.

  5. Documentation and community support: Bootstrap CSS has extensive documentation with examples and usage guidelines, making it easy for developers to get started. It also has a large and active community that provides support, resources, and additional themes and extensions.

Ultimately, the choice between Tailwind CSS and Bootstrap CSS depends on your specific project requirements and personal preference. Tailwind CSS offers a more utility-focused and customizable approach, while Bootstrap CSS provides a robust component library and responsive grid system. Consider factors such as your preferred workflow, design flexibility, and community support when deciding which framework is the best fit for your needs.

CSS Framework Naming Convention:

CSS frameworks have a similarity in terms of naming conventions in the library. The terms Grid, Flex, Column, Rows, Display, Position, Typography, and others almost have similar terms. For example, the Column starts with col-. While Tailwind is the utility first makes CSS a very handy toolset for the front-end web development sides.

Tailwind CSSBootstrap
Containercontainercontainer
Rowflexrow
Columnw-{1-12}col-{1-12}
Marginm-{size} (m-0, m-2, m-4, ...)m-{size} (m-0, m-2, m-4, ...)
Paddingp-{size} (p-0, p-2, p-4, ...)p-{size} (p-0, p-2, p-4, ...)
Background Colorbg-{color}bg-{color}
Text Colortext-{color}text-{color}
Font Sizetext-{size}fs-{size}
Widthw-{size}w-{size}
Heighth-{size}h-{size}
Flexboxflexd-flex
Displayblockd-{value}
Center Alignitems-centerjustify-content-center
Responsive Classessm:{class} md:{class} lg:{class} xl:{class}sm-{class} md-{class} lg-{class} xl-{class}
Buttonrounded-lg py-2 px-4 bg-{color} text-whitebtn btn-{color}
Alertrounded-lg p-4 bg-{color} text-whitealert alert-{color}

Here's an expanded and more comprehensive reference table for common classes in Tailwind CSS and Bootstrap CSS frameworks:

Layout & Spacing:

Tailwind CSSBootstrap CSS
Containercontainercontainer
Gridgridrow
Grid Columncol-span-{n}col-{n}
Flexboxflexd-flex
Flexbox Directionflex-row, flex-col-
Flexbox Justifyjustify-start, justify-center, justify-endjustify-content-start, justify-content-center,
justify-content-end
Flexbox Align Itemsitems-start, items-center, items-endalign-items-start, align-items-center,
align-items-end
Marginm-{size}, mx-{size}, my-{size}m-{size}, mx-{size}, my-{size}
Paddingp-{size}, px-{size}, py-{size}p-{size}, px-{size}, py-{size}

Typography:

Tailwind CSSBootstrap CSS
Text Alignmenttext-left, text-center, text-right, text-justifytext-left, text-center, text-right, text-justify
Font Weightfont-thin, font-normal, font-semibold, font-boldfont-weight-light, font-weight-normal, font-weight-bold
Text Decorationunderline, line-through, no-underlinetext-decoration-none, text-underline, text-line-through
Font Sizetext-xs, text-sm, text-base, text-lg, text-xl,text-xs, text-sm, text-base, text-lg, text-xl,
text-2xl, text-3xl, text-4xl, text-5xlh1, h2, h3, h4, h5, h6
Text Colortext-{color}, text-gray-100, text-gray-900text-{color}, text-light, text-dark

Background & Border:

Tailwind CSSBootstrap CSS
Background Colorbg-{color}, bg-gray-100, bg-gray-900bg-{color}, bg-{color}-100, bg-{color}-500,
bg-{color}-900
Borderborder, border-solid, border-dashed, border-noneborder, border-top, border-bottom, border-left,
border-right
Border Colorborder-{color}, border-gray-100, border-gray-900border-{color}, border-{color}-100,
border-{color}-500, border-{color}-900
Border Radiusrounded, rounded-lg, rounded-fullrounded, rounded-lg, rounded-circle

Visibility & Overflow:

Tailwind CSSBootstrap CSS
Visibilityvisible, invisiblevisible, invisible
Overflowoverflow-auto, overflow-hidden,overflow-auto, overflow-hidden,
overflow-x-auto, overflow-y-autooverflow-x-auto, overflow-y-auto

Sizing:

Tailwind CSSBootstrap CSS
Widthw-{size}w-{size}
Heighth-{size}h-{size}
Minimum Widthmin-w-{size}min-width-{size}
Maximum Widthmax-w-{size}max-width-{size}
Minimum Heightmin-h-{size}min-height-{size}
Maximum Heightmax-h-{size}max-height-{size}

Please note that this table provides a more comprehensive reference for common classes in Tailwind CSS and Bootstrap CSS. However, both frameworks offer a wide range of utilities and classes beyond those listed here. For a more detailed and complete reference, it's recommended to consult the official documentation of each framework.

Both CSS frameworks are capable of integrating with popular JavaScript frameworks such as React's Next.js and Vue's Nuxt.js. You can read our blog post on how to integrate React and Bootstrap.

For more CSS-related topics, you can explore the CSS frameworks section. Thank you for visiting and reading this.

TailwindCSS
Bootstrap

Topics

Recent Blog List Content:

Archive