Get started with radium CDN
MIT licensed
Radium is a library for writing composable, reusable, and self-jailing React components.
Tags:- react
- style
- inline
Stable version
Copied!
How to start using radium CDN
import Radium from 'radium';
import React from 'react';
import ReactDOM from 'react-dom';
const MyComponent = Radium(class MyComponent extends React.Component {
render() {
return (
<div style={[
Radium.style.display('flex'),
Radium.style.justifyContent('center'),
Radium.style.alignItems('center'),
Radium.style.height('100vh'),
Radium.style.backgroundColor('#f5f5f5'),
]}>
<h1 style={[Radium.style.fontSize(48), Radium.style.color('blue')]}>
Hello, Radium!
</h1>
</div>
);
}
});
ReactDOM.render(<MyComponent />, document.getElementById('root'));
Copied!
Copied!
All versions
0.10.0
0.10.1
0.10.2
0.10.3
0.11.0
0.11.1
0.12.0
0.12.1
0.12.2
0.13.0
0.13.1
0.13.2
0.13.3
0.13.4
0.13.5
0.13.6
0.13.7
0.13.8
0.14.0
0.14.1
0.14.2
0.14.3
0.15.0
0.15.1
0.15.2
0.16.0
0.16.1
0.16.2
0.16.3
0.16.4
0.16.5
0.16.6
0.17.0
0.17.1
0.17.1-test
0.17.1-test-2
0.17.2
0.18.0
0.18.1
0.18.2
0.18.3
0.18.4
0.19.0
0.19.1
0.19.2
0.19.3
0.19.4
0.19.5
0.19.6
0.20.1
0.21.0
0.21.1
0.21.2
0.22.0
0.22.1
0.23.0
0.24.0
0.24.1
0.25.0
0.25.1
0.25.2
0.26.0
0.26.1
*** 0.26.2