react-magic
react-magic copied to clipboard
Automatically AJAXify plain HTML with the power of React. It's magic!
- Add spacing around and inside input elements - Use `` instead of `` for the options container, so that there's vertical margin around it - Add space before the...
It would be nice if the tool had an option to output into a Functional react component instead of a class based one. It also would be nice if it...
React has shorthand for specifying pixel values in style. So when you put into HTMLtoJSX something like this `'` it produces `` The problem is that line-height acceptes plain values...
The autofocus form property isn't properly transferred to camel case, and doesn't seem to work.
hi, i download and try to run open >site>htmltojsx.htm and got "
https://github.com/facebook/react/issues/1643 React and HTML handle a bit differently when text nodes and the next element have a line break between them. HTML may add an extra whitespace. It even seems...
react 16
hello, it seems some error when use with react 16. How can I fix this issue? my useage: import HtmlToJsx from "htmltojsx"; and the following error occured: ./node_modules/htmltojsx/src/htmltojsx.js Module not...
[css-to-object](https://github.com/jxnblk/css-to-object) uses a more elaborate parsing algorithm. For example it deals correctly with semicolons within a `url()` property. fixes #158
I've got a style attribute generated by `gatsby-remark-images` that looks like this: ``` style="padding-bottom: 75%; position: relative; bottom: 0; left: 0; background-size: cover; display: block; background-image: url('data:image/jpeg;base64,/9j/2w[...]1XP//Z');" ``` The [current...