radium : A set of tools to manage inline styles on React elements. You can installing radium npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install radium $ sudo npm install -g radium
If want to update the radium package execute the command as below,
$ sudo npm update radium
Update package globally,
$ npm install -g radium
$ sudo git clone https://github.com/rektide/radium.git
$ sudo npm install -g ./radium
radium@0.19.6 /usr/lib/node_modules/radium
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall radium
| Package Name | radium |
| Version | 0.19.6 |
| Description | A set of tools to manage inline styles on React elements |
| Released Date | 2017-10-24T21:39:09.207Z |
| Published by | ryan.roemer |
| How to Learn | https://www.npmjs.com/package/radium/tutorial |