issues
search
reactjs
/
react-magic
Automatically AJAXify plain HTML with the power of React. It's magic!
Other
947
stars
100
forks
source link
Improve style of HTML to JSX Compiler
#168
Open
waldyrious
opened
1 year ago
waldyrious
commented
1 year ago
Add spacing around and inside input elements
Use
<p>
instead of
<div>
for the options container, so that there's vertical margin around it
Add space before the bullet/middot character
Add border to input box so it stands out from the background
Fix an indentation mismatch (tabs vs. spaces)
Before:
After:
<p>
instead of<div>
for the options container, so that there's vertical margin around itBefore:
After: