react-with-important-style

0.2.2 • Public • Published

This high order component allows rendering inline styles with the !important flag.

Install it with npm

npm install react-with-important-style

To use it, import it, and then wrap either a dom component or a custom component.

import withImportantStyle from 'react-with-important-style';
var MySpan = withImportantStyle('span');
// or withImportantStyle(MyComponent);
 
var C = () => <MySpan style={{backgroundColor: 'red !important'}} />;

That's it!

Package Sidebar

Install

npm i react-with-important-style

Weekly Downloads

151

Version

0.2.2

License

MIT

Last publish

Collaborators

  • greenjello