css-in-js
CSS comparison tool
Compares and showcases different CSS-in-JS techniques used in React applications.
React: CSS in JS techniques comparison
6k stars
107 watching
288 forks
Language: JavaScript
last commit: 8 months ago
Linked from 1 awesome list
css-in-jscssinjs
Related projects:
Repository | Description | Stars |
---|---|---|
airbnb/react-with-styles | Enables CSS-in-JavaScript styling in React without relying on specific implementations | 1,704 |
postcss/postcss-js | A PostCSS processor for CSS-in-JS and inline styles | 658 |
dowjones/react-inline-style | Provides reusable and adaptable React components without requiring an external CSS dependency. | 50 |
airbnb/react-with-styles-interface-css | Provides an interface for compiling CSS-in-js styles to static CSS classes with deterministic and human-friendly class names. | 32 |
kis/chartify | A React.js plugin for creating bar charts with CSS customization options. | 693 |
thingsinjars/hardy | Automated CSS testing framework using Selenium and Cucumber. | 323 |
marco-prontera/vite-plugin-css-injected-by-js | A Vite plugin that injects CSS into HTML pages using JavaScript | 423 |
sergeysova/styled-normalize | A CSS normalize utility for styled-components | 446 |
brew-brew/css-in-js-media | A utility library for dealing with responsive design in CSS-in-JS applications | 141 |
martinandert/babel-plugin-css-in-js | Converts JavaScript inline styles to class names and bundles them into a CSS file | 298 |
brettstimmerman/mensch | A CSS parsing library with an abstract syntax tree (AST) data structure | 113 |
css-modules/css-modulesify | A browserify plugin to enable CSS Modules support | 403 |
atfzl/eslint-plugin-css-modules | Tool to help ensure consistent usage of CSS modules in JavaScript projects | 152 |
csslint/parser-lib | A CSS parser library for parsing and validating CSS syntax in JavaScript. | 287 |
ruilisi/css-checker | Automates the detection and reduction of redundant CSS classes in web applications. | 578 |