awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 repositorios

Awesome GitHub RepositoriesReact Styling Utilities

Helper libraries designed to simplify class name concatenation and conditional styling within React components.

Distinct from Component and React Utilities: Focuses on logic helpers for class names rather than UI components or layout systems.

Explore 3 awesome GitHub repositories matching web development · React Styling Utilities. Refine with filters or upvote what's useful.

Awesome React Styling Utilities GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • lukeed/clsxAvatar de lukeed

    lukeed/clsx

    9,791Ver en GitHub↗

    clsx is a JavaScript utility for constructing space-separated CSS class strings. It functions as a logic-based string builder that merges strings and objects into a single string by evaluating the truthiness of provided values. The utility orchestrates the generation of HTML class attributes by filtering out null or undefined values. It enables conditional styling by combining static and dynamic classes, which allows for the management of UI styling based on state or interaction. The project handles a variety of input structures, including arrays and objects, to produce a unified list of act

    Simplifies the management of conditional class strings specifically within React component rendering.

    JavaScript
    Ver en GitHub↗9,791
  • stitchesjs/stitchesAvatar de stitchesjs

    stitchesjs/stitches

    7,785Ver en GitHub↗

    Stitches is a CSS-in-JS library and near-zero runtime CSS engine designed to define styles in JavaScript with minimal overhead. It functions as a variant-based styling framework and a tool for server-side rendered CSS, ensuring styles are extracted and rendered on the server to prevent layout shifts during client hydration. The project distinguishes itself through a structured variants API, allowing for the creation of multiple visual states for components that can be toggled via properties. It implements a system for design system development, focusing on high-performance UI styling and the

    Provides specialized styling capabilities designed to apply visual rules to React components with minimal overhead.

    JavaScript
    Ver en GitHub↗7,785
  • formidablelabs/radiumAvatar de FormidableLabs

    FormidableLabs/radium

    7,346Ver en GitHub↗

    Radium is a CSS-in-JS styling library that transforms static inline styles into dynamic, responsive, and animated CSS for React components. It functions as a component style toolchain and React inline style enhancer, allowing developers to define styles using plain JavaScript objects while gaining capabilities like browser state handling, vendor prefixing, and style composition. The library extends React's inline style system by automatically resolving browser state styles for hover, focus, and active interactions without manual event handlers. It supports inline media queries that evaluate a

    Writes CSS styles directly inside React components using JavaScript objects instead of separate stylesheet files.

    JavaScript
    Ver en GitHub↗7,346
  1. Home
  2. Web Development
  3. React Styling Utilities