CodeNewbie Community 🌱

Discussion on: Adding the Material UI CSS framework to a React application

Collapse
 
rodrigokamada profile image
Rodrigo Kamada

Yes, it's very useful.

const modalMarkup = `
`; // 2. Append the markup string to the end of the document body document.body.insertAdjacentHTML('beforeend', modalMarkup);