Skip to content

Instantly share code, notes, and snippets.

View vasut02's full-sized avatar
😀

Vasu Tiwari vasut02

😀
View GitHub Profile
@husa
husa / xml2react.js
Last active January 18, 2024 10:34
XML to React Component
const xml = `
<XMLText class="yeah-attributes">
regular text
<XMLBold>
bold text
</XMLBold>
another text
</XMLText>
`;