# FormidableLabs/radium

A toolchain for React component styling.

Repository: https://github.com/FormidableLabs/radium
Canonical: https://ross.abutalabs.com/products/radium
Homepage: http://formidable.com/open-source/radium/
Language: JavaScript
License: MIT
License Family: permissive
Archived: true
Last push: 2022-08-19T13:33:58+00:00

## Health v2 (maintenance only)
Score: 10/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 4254, "days_push": 1475, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases, archived
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 7337, forks 304 (observed 2026-08-28T04:09:58.315881+00:00)

## What it is
Radium is a set of tools for managing inline styles on React elements, supporting hover/focus/active states, media queries, vendor prefixing, and keyframe animations without CSS files. It is an early CSS-in-JS library that is now archived and no longer maintained.

## Use cases
- style react components with inline styles
- add hover and focus states to inline styles
- handle media queries in css-in-js
- auto vendor prefix react styles
- avoid css specificity conflicts in react apps

## When to choose
- maintaining a legacy React codebase that already uses Radium
- you need a minimal, dependency-light inline styling approach for an old React version

## When to avoid
- starting a new React project - use modern CSS-in-JS or styling solutions instead
- you need server-side rendering support or modern React features
- you expect active maintenance or community support

## Facets
- artifact type: library
- maturity: abandoned
- function: css-framework, ui-components
- domain: frontend, web-development
- platform: browser
- tags: css-in-js, react, inline-styles, archived, nodejs, web-server

## Member repositories
- FormidableLabs/radium (main) score 10

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:09:58.315881+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T17:38:28.544836+00:00, confidence not recorded.
  - readme: https://github.com/FormidableLabs/radium (fetched 2026-08-28T04:09:58.315881+00:00, sha 93291296c136)
  - registry_npm: https://registry.npmjs.org/radium (fetched 2026-08-29T08:34:06.722094+00:00, sha 64c5764e3b3d)
- Data as of 2026-08-30T08:39:29.467469+00:00.
