react-magic
react-magic copied to clipboard
Convert hyphenated attributes into camelCase
For instance, the svg stroke-width attribute should be converted to strokeWidth, and fill-rule to fillRule, etc.
Seems reasonable. Feel free to send a pull request.