awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
Back to bloodyowl/react-styled

Projects sharing features with React Styled

30 open-source projects similar to bloodyowl/react-styled, ranked by shared indexed features. Tags may describe platforms or build tools rather than the same primary purpose. Check each project’s use case, license, and deployment requirements before treating it as a replacement.

  • styled-components/styled-componentsstyled-components avatar

    styled-components/styled-components

    41,094View on GitHub↗

    styled-components is a CSS-in-JS styling library and tool for React components. It provides a cross-platform UI styling API and a dynamic theme management system to maintain consistent design tokens and encapsulate visual logic, preventing global scope conflicts. The library utilizes a unified interface that works across both web environments and native mobile frameworks. It enables the definition of styles using JavaScript and TypeScript template literals, allowing CSS to be bound directly to components. The system supports dynamic prop-based styling, style inheritance, and the creation of

    TypeScriptcsscss-in-jsreact
    View on GitHub↗41,094
  • webpack/css-loaderwebpack avatar

    webpack/css-loader

    4,322View on GitHub↗

    css-loader is a Webpack module that transforms CSS files into JavaScript modules and resolves their internal dependencies during the bundling process. It acts as a CSS asset resolver, translating import rules and url functions into module identifiers to integrate stylesheets into a dependency graph. The project implements CSS Modules to prevent global style collisions by scoping class and ID selectors locally with unique identifiers. It includes a system for Interoperable CSS (ICSS), enabling the sharing and composition of styles across different classes and modules through reusable value dec

    JavaScript
    View on GitHub↗4,322
  • inturn/classyinturn avatar

    inturn/classy

    23View on GitHub↗

    React styling. Plain and simple.

    JavaScript
    View on GitHub↗23
  • zeit/styled-jsxzeit avatar

    zeit/styled-jsx

    7,785View on GitHub↗

    styled-jsx is a CSS-in-JS library and scoped CSS engine that allows for writing CSS directly within JavaScript components using template literals. It serves as a JSX styling solution that integrates CSS into elements while preventing style leakage through a scoping mechanism. The project differentiates itself by providing a server-side rendering CSS manager that extracts and injects styles during the rendering process to prevent flicker and duplicate rules. It also supports dynamic style binding, which allows CSS values to be bound to component state through template interpolation to update v

    JavaScript
    View on GitHub↗7,785

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Find more with AI search
  • martinandert/babel-plugin-css-in-jsmartinandert avatar

    martinandert/babel-plugin-css-in-js

    295View on GitHub↗

    A plugin for Babel v6 which transforms inline styles defined in JavaScript modules into class names so they become available to, e.g. the className prop of React elements. While transforming, the plugin processes all JavaScript style definitions found and bundles them up into a CSS file, ready to be requested from your web server.

    JavaScript
    View on GitHub↗295
  • khan/aphroditeKhan avatar

    Khan/aphrodite

    5,338View on GitHub↗

    Aphrodite is a framework-agnostic CSS-in-JS styling library that allows styles to be defined using JavaScript objects. It functions as a CSS generator and rendering engine that injects optimized styles into the document, providing a dedicated system for server-side rendering to prevent style flashes and ensure correct initial page rendering. The project distinguishes itself through an automatic CSS vendor prefixer for cross-browser consistency and a production utility that minifies class names into short hashes to reduce CSS payload size. It further supports extensible styling through custom

    JavaScript
    View on GitHub↗5,338
  • rtsao/csjsrtsao avatar

    rtsao/csjs

    573View on GitHub↗

    :sparkles: Modular, scoped CSS with ES6

    JavaScript
    View on GitHub↗573
  • seek-oss/treatseek-oss avatar

    seek-oss/treat

    1,143View on GitHub↗

    Treat is a styling library that extracts CSS from JavaScript definitions during the build process to eliminate runtime overhead. It functions as a static style extraction tool, converting component-level style definitions into optimized, standalone CSS files. The framework is designed for building type-safe, themeable design systems that allow user interface components to adapt their appearance based on active design system settings. The library distinguishes itself by enabling complex style composition, including pseudo-selectors, media queries, and animations, within a unified object struct

    TypeScriptcss-in-jscss-in-tswebpack-plugin
    View on GitHub↗1,143
  • system-ui/theme-uisystem-ui avatar

    system-ui/theme-ui

    5,405View on GitHub↗

    Theme-ui is a React theme framework and CSS-in-JS utility used for building themeable user interfaces. It functions as a design system tool that establishes centralized, constraint-based scales for colors, typography, and spacing to ensure visual consistency across applications. The framework distinguishes itself through an array-based responsive shorthand for mobile-first layouts and a dedicated color mode manager that synchronizes with browser preferences and persists user selections. It also features a system for creating named style variants to control component appearance via properties

    TypeScriptcolordesigndesign-system
    View on GitHub↗5,405
  • styled-components/xstyledstyled-components avatar

    styled-components/xstyled

    2,307View on GitHub↗

    xstyled is a utility-first CSS-in-JS framework designed for the React ecosystem. It functions as a styling library that enables developers to manage component styles and responsive layouts by mapping design system tokens directly to component properties. The framework distinguishes itself by providing a centralized theme management system that propagates design tokens, such as colors and spacing, throughout the component tree. It includes a responsive layout generator that automatically calculates media query breakpoints based on viewport width, allowing for the creation of fluid grid structu

    MDXcsscss-in-jsemotion
    View on GitHub↗2,307
  • styled-components/vue-styled-componentsstyled-components avatar

    styled-components/vue-styled-components

    1,379View on GitHub↗

    This project is a styling library for Vue that enables component-based design by attaching CSS rules directly to HTML tags or component constructors. It utilizes tagged template literals to encapsulate design logic within JavaScript, allowing developers to define, extend, and manage styles directly alongside component code. The library distinguishes itself through a dynamic style injection engine that evaluates functions against component properties at runtime, ensuring visual output updates in response to data changes. It supports polymorphic rendering, which allows the underlying HTML eleme

    JavaScriptcsscss-in-jsvue
    View on GitHub↗1,379
  • cxs-css/cxsC

    cxs-css/cxs

    0View on GitHub↗
    View on GitHub↗0
  • bloodyowl/stileB

    bloodyowl/stile

    0View on GitHub↗
    View on GitHub↗0
  • dowjones/react-inline-styleD

    dowjones/react-inline-style

    0View on GitHub↗
    View on GitHub↗0
  • cssobj/cssobjC

    cssobj/cssobj

    0View on GitHub↗
    View on GitHub↗0
  • cssinjs/jsscssinjs avatar

    cssinjs/jss

    7,065View on GitHub↗

    jss is a CSS-in-JS styling library and dynamic style engine that allows for the authoring of CSS properties as JavaScript objects. It functions as a tool for defining visual rules programmatically to manage application appearance and bind styles to JavaScript data. The project distinguishes itself through a specialized implementation of container queries, which adjust element layouts based on the dimensions of parent containers. It also acts as a CSS animation orchestrator, creating scoped keyframe sequences and transitions controlled via JavaScript logic. The library provides capabilities f

    JavaScript
    View on GitHub↗7,065
  • blakeembrey/react-free-styleB

    blakeembrey/react-free-style

    0View on GitHub↗
    View on GitHub↗0
  • andreypopp/stylingA

    andreypopp/styling

    0View on GitHub↗
    View on GitHub↗0
  • irom-io/i-cssI

    irom-io/i-css

    0View on GitHub↗
    View on GitHub↗0
  • colingourlay/hyperstylesC

    colingourlay/hyperstyles

    0View on GitHub↗
    View on GitHub↗0
  • hackhat/smart-cssH

    hackhat/smart-css

    0View on GitHub↗
    View on GitHub↗0
  • j2css/j2cJ

    j2css/j2c

    0View on GitHub↗
    View on GitHub↗0
  • jacobp100/es-css-modulesJ

    jacobp100/es-css-modules

    0View on GitHub↗
    View on GitHub↗0
  • jareware/css-nsJ

    jareware/css-ns

    0View on GitHub↗
    View on GitHub↗0
  • jhudson8/react-css-builderJ

    jhudson8/react-css-builder

    0View on GitHub↗
    View on GitHub↗0
  • js-next/react-styleJ

    js-next/react-style

    0View on GitHub↗
    View on GitHub↗0
  • jsstyles/react-jssJ

    jsstyles/react-jss

    0View on GitHub↗
    View on GitHub↗0
  • jsxstyle/jsxstylejsxstyle avatar

    jsxstyle/jsxstyle

    2,117View on GitHub↗

    Inline style system for JSX

    TypeScriptcsscss-in-jsinline-styles
    View on GitHub↗2,117
  • jxnblk/superstyleJ

    jxnblk/superstyle

    0View on GitHub↗
    View on GitHub↗0
  • casesandberg/reactcsscasesandberg avatar

    casesandberg/reactcss

    1,582View on GitHub↗

    :lipstick: Inline Styles in JS

    JavaScriptinline-stylesreactreact-library
    View on GitHub↗1,582