Skip to content

Instantly share code, notes, and snippets.

@Danetag
Created May 20, 2020 02:27
Show Gist options
  • Save Danetag/2c617fc0163f9a02e513b309b2079450 to your computer and use it in GitHub Desktop.
Save Danetag/2c617fc0163f9a02e513b309b2079450 to your computer and use it in GitHub Desktop.
<my-navigation>
<script type="application/json" name="data">
{
"items": [
{ "id": "home", "href": "/", "label": "Home" },
{ "id": "about", "href": "/about", "label": "About" },
]
}
</script>
</my-navigation>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment