The attribute declaration and naming changes in jsx.
HTML :
<table style="border-collapse : collapse" > </table>
JSX:
<table style={{ borderCollapse : "collapse" }} > </table>
# ============================================================ # STEP 1 — INSTALL REQUIRED LIBRARIES # ===================================...
No comments:
Post a Comment