react-style-converter
v1.0.1
Published
Convert style properties into React format
Readme
React style converter
Converts style properties into React format
Installation
npm install --save react-style-converter
How to use
var convert = require('react-style-converter')
var reactStyle = convert('background-image') // Outputs: backgroundImageimport convert from 'react-style-converter'
let reactStyle = convert('background-image') // Outputs: backgroundImageThis library is heavily inspired from react-attr-converter
