Skip to content

Instantly share code, notes, and snippets.

@MaximilianLloyd
Created October 2, 2020 18:25
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save MaximilianLloyd/7d722f8352e1d811069bbbd45a0e60d7 to your computer and use it in GitHub Desktop.
<div>
{true && <span>Her er noe tekst</span>}
{!true && <span>Dette vises hvis noe er feil</span>}
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment