import _ from 'lodash'
import './App.css'
const App = ({ name }) => {
return `
<h2> ${_.join(['Welcome,', name], ' ')} </h2>
<p> Build apps with plain JS but with modern tooling </p>
`
}
export default App
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter