awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
tailwindlabs avatar

tailwindlabs/tailwindcss

0
View on GitHub↗
95,592 स्टार्स·5,297 फोर्क्स·TypeScript·MIT·24 व्यूज़tailwindcss.com↗

Tailwindcss

Tailwind CSS is a utility-first framework that enables the construction of custom user interfaces by applying low-level utility classes directly within HTML markup. By providing a comprehensive set of styling primitives, it eliminates the need to write and maintain custom CSS files, allowing for rapid interface development and consistent design system implementation across projects.

The framework is powered by a just-in-time build engine that scans source files as plain text to identify utility tokens, generating only the CSS required for the specific classes used in a project. This approach ensures minimal output size and high performance. It features a declarative variant engine that applies state-based, responsive, and conditional styles using a concise, prefix-based syntax, allowing developers to handle complex styling logic and adaptive design requirements without leaving their markup.

The system is built on a configuration-driven architecture that maps design tokens—such as colors, spacing, and typography—into a project-wide CSS variable scale. It organizes styles into distinct layers to manage specificity and the cascade predictably, while offering extensive customization through theme definitions and a modular plugin pipeline. These capabilities are supported by a broad range of utilities for layout, typography, visual effects, and interaction states, all designed to integrate into modern build pipelines.

Features

  • Utility-First Styling - Applies responsive design and layout constraints directly within markup using atomic class names.
  • Utility-First CSS Frameworks - Enables rapid construction of custom interface designs by composing low-level utility classes instead of writing manual stylesheets.
  • Declarative Style Variant Engines - Implements a declarative syntax for applying conditional, state-based, and responsive styles directly via class prefixes.
  • Content-Scanning - Parses source files to identify used utility tokens and generate only the minimal CSS required for production.
  • CSS Variant Modifiers - Supports adaptive design and complex styling logic through a prefix-based syntax for responsive and state-dependent modifiers.
  • Design System Implementations - Standardizes visual properties like spacing and typography to maintain consistent branding and layout constraints throughout an application.
  • Design Tokens - Maps centralized design configurations to CSS variables, ensuring visual properties remain synchronized across the entire interface.
  • Theme Token Definitions - Allows developers to define custom design tokens like colors and breakpoints directly within the configuration system.
  • Flexbox - Controls layout flow through dedicated utility classes for flex basis, direction, growth, and alignment properties.
  • Utility Class Injection - Injects utility classes into arbitrary CSS selectors to reduce code duplication and enforce design consistency.
  • Grid Layout Systems - Handles complex layout requirements by providing utilities for grid auto-flow, column spanning, and template structures.
  • Management - Offers a comprehensive set of utility classes for managing font stacks, weights, and text rendering properties.
  • Theme Customization - Permits overriding default theme variables to customize utility behavior or establish unique design system constraints.
  • Responsive CSS Frameworks - Facilitates mobile-first interface development using built-in breakpoint variants for adaptive layouts.
  • React Ecosystem - Utility-first CSS framework for rapid UI development.
  • Styling and CSS Tools - Utility-first CSS framework for rapid UI development.
  • Utility Based Frameworks - Utility-first framework for rapid custom UI development.
  • Build Pipeline Integrations - Integrates styling engines into build pipelines via plugins to synchronize configuration settings across diverse development environments.
  • Post-Processor Plugin Pipelines - Modifies build outputs by injecting custom utility definitions and configuration overrides through a modular plugin architecture.
  • Container Query Utilities - Styles components based on the dimensions of their parent elements using container query variants for portable UI design.
  • Dark Mode Strategies - Applies specific color utilities conditionally based on system or user-defined dark mode preferences using simple variants.
  • Interaction State Variants - Triggers style changes during user interaction through hover, focus, and active variants for immediate visual feedback.
  • Custom Utility Registrations - Registers custom utility classes that automatically inherit support for responsive breakpoints and interaction states.
  • Rendering - Boosts rendering performance by leveraging a high-speed engine that optimizes 3D transforms and real-time visual updates.
  • Code Formatters - Maintains consistent markup structure by automatically organizing utility classes within source code.
  • Source Path Registrations - Restricts or expands directory scanning to precisely control which files trigger CSS generation during the build lifecycle.
  • Image Masking - Defines element transparency and shape using external image assets to create non-rectangular visual masks.
  • Animation Libraries - Applies motion effects like spinning, pulsing, and bouncing to interface elements to improve user engagement.
  • Utility-First Class Systems - Accelerates development by applying single-property styling directly to HTML elements, eliminating the need for external stylesheets.
  • Breakpoint Configurations - Configures custom screen width thresholds to manage responsive layout behavior across different devices.
  • CSS Specificity Modifiers - Forces style precedence by appending importance modifiers to utility classes for granular override control.
  • Structural Pseudo-Class Variants - Targets elements based on their relative position within a container using structural pseudo-class selectors.
  • Color Palettes - Initializes design tokens to create a cohesive color palette across the entire application interface.
  • Spacing Scales - Establishes a consistent layout scale by providing standardized spacing values for padding, margin, and gap properties.

स्टार हिस्ट्री

tailwindlabs/tailwindcss के लिए स्टार हिस्ट्री चार्टtailwindlabs/tailwindcss के लिए स्टार हिस्ट्री चार्ट

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Start searching with AI

Tailwindcss के ओपन-सोर्स विकल्प

समान ओपन-सोर्स प्रोजेक्ट्स, जो Tailwindcss के साथ साझा की गई सुविधाओं के आधार पर रैंक किए गए हैं।
  • unocss/unocssunocss का अवतार

    unocss/unocss

    18,854GitHub पर देखें↗

    UnoCSS is an atomic CSS engine and utility-first framework that generates styles on-demand based on the specific classes used in your source code. By scanning your project files during the build process, it produces only the CSS necessary for your application, effectively minimizing bundle size and eliminating unused styles. The engine distinguishes itself through a highly modular, configuration-driven architecture that allows for deep customization of design tokens, rules, and presets. It supports advanced styling patterns such as attribute-based styling, tag-based styling, and dynamic varia

    TypeScriptatomic-cssengineunocss
    GitHub पर देखें↗18,854
  • twbs/bootstraptwbs का अवतार

    twbs/bootstrap

    174,380GitHub पर देखें↗

    Bootstrap is a comprehensive, mobile-first CSS framework designed for building responsive web interfaces. It provides a standardized library of reusable UI components, such as navigation bars, modals, and forms, alongside a robust grid system that ensures consistent layout alignment across diverse viewport sizes. By establishing a baseline through browser normalization and standardized typography, the project enables developers to create accessible, cross-browser compatible web applications. The framework distinguishes itself through a modular Sass-based architecture that allows for deep cust

    MDXbootstrapcsscss-framework
    GitHub पर देखें↗174,380
  • tachyons-css/tachyonstachyons-css का अवतार

    tachyons-css/tachyons

    11,711GitHub पर देखें↗

    Tachyons is a utility-first CSS framework and functional CSS library. It provides a collection of single-purpose classes used to style elements and build layouts without writing custom CSS. The framework centers on a mobile-first responsive design system and a nestable grid architecture that adapts layouts across different screen sizes. It includes accessible color palettes and schemes designed to meet visual contrast and accessibility standards. The system provides tools for utility-first styling, responsive layout management, and visual debugging to resolve alignment and spacing issues.

    CSScssdesigndesign-patterns
    GitHub पर देखें↗11,711
  • carbon-design-system/carboncarbon-design-system का अवतार

    carbon-design-system/carbon

    9,172GitHub पर देखें↗

    Carbon is an enterprise design system that provides a comprehensive collection of reusable UI components, design tokens, and guidelines for building professional web applications. It functions as a CSS framework that enforces a unified design language across projects through standardized typography, spacing, and color palettes. The system utilizes a platform-agnostic design token system to maintain visual consistency across different technologies. This includes centralized management of brand colors, motion easing curves, and a curated library of accessible SVG icons. The framework covers a

    TypeScript
    GitHub पर देखें↗9,172
Tailwindcss के सभी 30 विकल्प देखें→

अक्सर पूछे जाने वाले प्रश्न

tailwindlabs/tailwindcss क्या करता है?

Tailwind CSS is a utility-first framework that enables the construction of custom user interfaces by applying low-level utility classes directly within HTML markup. By providing a comprehensive set of styling primitives, it eliminates the need to write and maintain custom CSS files, allowing for rapid interface development and consistent design system implementation across projects.

tailwindlabs/tailwindcss की मुख्य विशेषताएं क्या हैं?

tailwindlabs/tailwindcss की मुख्य विशेषताएं हैं: Utility-First Styling, Utility-First CSS Frameworks, Declarative Style Variant Engines, Content-Scanning, CSS Variant Modifiers, Design System Implementations, Design Tokens, Theme Token Definitions।

tailwindlabs/tailwindcss के कुछ ओपन-सोर्स विकल्प क्या हैं?

tailwindlabs/tailwindcss के ओपन-सोर्स विकल्पों में शामिल हैं: unocss/unocss — UnoCSS is an atomic CSS engine and utility-first framework that generates styles on-demand based on the specific… twbs/bootstrap — Bootstrap is a comprehensive, mobile-first CSS framework designed for building responsive web interfaces. It provides… tachyons-css/tachyons — Tachyons is a utility-first CSS framework and functional CSS library. It provides a collection of single-purpose… carbon-design-system/carbon — Carbon is an enterprise design system that provides a comprehensive collection of reusable UI components, design… styled-components/xstyled — xstyled is a utility-first CSS-in-JS framework designed for the React ecosystem. It functions as a styling library… ben-rogerson/twin.macro — twin.macro is a build-time style compiler and utility-first styling tool that converts Tailwind CSS utility classes…