styled-components : Visual primitives for the component age. Use the best bits of ES6 and CSS to style your apps without stress ??. You can installing styled-components 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 styled-components $ sudo npm install -g styled-components
If want to update the styled-components package execute the command as below,
$ sudo npm update styled-components
Update package globally,
$ npm install -g styled-components
$ sudo git clone https://github.com/rektide/styled-components.git
$ sudo npm install -g ./styled-components
styled-components@2.2.3 /usr/lib/node_modules/styled-components
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall styled-components
| Package Name | styled-components |
| Version | 2.2.3 |
| Description | Visual primitives for the component age. Use the best bits of ES6 and CSS to style your apps without stress ?? |
| Released Date | 2017-10-29T23:39:56.465Z |
| Published by | philplckthun |
| How to Learn | https://www.npmjs.com/package/styled-components/tutorial |