awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 repository-uri

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

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • lukeed/clsxAvatar lukeed

    lukeed/clsx

    9,791Vezi pe 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
    Vezi pe GitHub↗9,791
  • stitchesjs/stitchesAvatar stitchesjs

    stitchesjs/stitches

    7,785Vezi pe 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
    Vezi pe GitHub↗7,785
  • formidablelabs/radiumAvatar FormidableLabs

    FormidableLabs/radium

    7,346Vezi pe 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
    Vezi pe GitHub↗7,346
  1. Home
  2. Web Development
  3. React Styling Utilities