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
rtsao avatar

rtsao/csjs

0
View on GitHub↗
573 stars·32 forks·JavaScript·MIT·15 views

Csjs

:sparkles: Modular, scoped CSS with ES6

Features

  • CSS in JS - Modular CSS-in-JS for modern web applications.
  • CSS in JS Libraries - Modular CSS-in-JS library for scoped component styling.

Star history

Star history chart for rtsao/csjsStar history chart for rtsao/csjs

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

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

Start searching with AI

Projects sharing features with Csjs

These projects share indexed features with Csjs. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • inturn/classyinturn avatar

    inturn/classy

    23View on GitHub↗

    React styling. Plain and simple.

    JavaScript
    View on GitHub↗23
  • 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
  • bloodyowl/react-styledbloodyowl avatar

    bloodyowl/react-styled

    39View on GitHub↗

    styled component for react & style-loader/usable

    JavaScript
    View on GitHub↗39
  • 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
Compare all 30 related projects→

Frequently asked questions

What does rtsao/csjs do?

:sparkles: Modular, scoped CSS with ES6

What are the main features of rtsao/csjs?

The main features of rtsao/csjs are: CSS in JS, CSS in JS Libraries.

Which projects share features with rtsao/csjs?

Projects with overlapping indexed features include: khan/aphrodite — Aphrodite is a framework-agnostic CSS-in-JS styling library that allows styles to be defined using JavaScript objects.… styled-components/styled-components — styled-components is a CSS-in-JS styling library and tool for React components. It provides a cross-platform UI… bloodyowl/react-styled — styled component for react & style-loader/usable. inturn/classy — React styling. Plain and simple. martinandert/babel-plugin-css-in-js — A plugin for Babel v6 which transforms inline styles defined in JavaScript modules into class names so they become… webpack/css-loader — css-loader is a Webpack module that transforms CSS files into JavaScript modules and resolves their internal…